From 6c9dcd42420cee087ad7fe3d686dfc2b632ebbee Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 14 Jun 2026 15:16:26 +0200 Subject: [chore] complete and normalize the attributes of engine objects (#6258) Drop outdated engine attributes: supported_languages, language_aliases Complete, normalize and document the type definitions for the engine-module and engine-class. For the ``engine.about`` section of the configuration, a type check is performed based on structure ``searx.enginelib.EngineAbout``. The property ``engine.about.language`` no longer exists; existing values have been migrated to ``engine.language``. Signed-off-by: Markus Heiser --- utils/lib_sxng_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/lib_sxng_test.sh') diff --git a/utils/lib_sxng_test.sh b/utils/lib_sxng_test.sh index 530b4f80d..a9298841b 100755 --- a/utils/lib_sxng_test.sh +++ b/utils/lib_sxng_test.sh @@ -36,7 +36,7 @@ test.pylint() { build_msg TEST "[pylint] ./searx/engines" # shellcheck disable=SC2086 pylint ${PYLINT_OPTIONS} ${PYLINT_VERBOSE} \ - --additional-builtins="traits,supported_languages,language_aliases,logger,categories" \ + --additional-builtins="traits,logger,categories" \ searx/engines build_msg TEST "[pylint] ./searx ./searxng_extra ./tests" -- cgit v1.2.3