mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
ci: limit the linted files to what we are linting now
This commit is contained in:
parent
7525e88d14
commit
87bfe5218b
@ -3,9 +3,21 @@ version: "2"
|
|||||||
plugins:
|
plugins:
|
||||||
pylint:
|
pylint:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
exclude_patterns:
|
||||||
|
- "**/*"
|
||||||
|
- "!fdroid"
|
||||||
|
- "!makebuildserver"
|
||||||
|
- "!setup.py"
|
||||||
|
- "!fdroidserver/*.py"
|
||||||
|
- "!tests/*.py"
|
||||||
|
- "!tests/*.TestCase"
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
# Only include tests/run-tests
|
||||||
|
exclude_patterns:
|
||||||
|
- "**/*"
|
||||||
|
- "!tests/run-tests"
|
||||||
|
|
||||||
bandit:
|
bandit:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
Loading…
Reference in New Issue
Block a user