forked from Icycoide/searxng
[yamllint] ./utils/templates/etc/searx/*.yml
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
52db47a1c9
commit
4a814dabf3
2 changed files with 28 additions and 17 deletions
2
manage
2
manage
|
@ -32,7 +32,7 @@ pylint.FILES() {
|
|||
YAMLLINT_FILES=()
|
||||
while IFS= read -r line; do
|
||||
YAMLLINT_FILES+=("$line")
|
||||
done <<< "$(git ls-files './tests/*.yml' './searx/*.yml')"
|
||||
done <<< "$(git ls-files './tests/*.yml' './searx/*.yml' './utils/templates/etc/searx/*.yml')"
|
||||
|
||||
PYLINT_SEARX_DISABLE_OPTION="\
|
||||
I,C,R,\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue