mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Align the directories linted in CI with the defaults in scripts-dev/lint.sh (#9191)
The lists of source directories to lint between `tox.ini` and `lint.sh` became out of sync. This PR tightens them up and adds some comments reminding any future readers to keep the list in sync.
This commit is contained in:
parent
758ed5f1bc
commit
31c5382d7a
1
changelog.d/9191.misc
Normal file
1
changelog.d/9191.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Add some missing source directories to the automatic linting script.
|
@ -80,7 +80,8 @@ else
|
|||||||
# then lint everything!
|
# then lint everything!
|
||||||
if [[ -z ${files+x} ]]; then
|
if [[ -z ${files+x} ]]; then
|
||||||
# Lint all source code files and directories
|
# Lint all source code files and directories
|
||||||
files=("synapse" "tests" "scripts-dev" "scripts" "contrib" "synctl" "setup.py" "synmark")
|
# Note: this list aims the mirror the one in tox.ini
|
||||||
|
files=("synapse" "docker" "tests" "scripts-dev" "scripts" "contrib" "synctl" "setup.py" "synmark" "stubs" ".buildkite")
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
3
tox.ini
3
tox.ini
@ -24,7 +24,8 @@ deps =
|
|||||||
# install the "enum34" dependency of cryptography.
|
# install the "enum34" dependency of cryptography.
|
||||||
pip>=10
|
pip>=10
|
||||||
|
|
||||||
# directories/files we run the linters on
|
# directories/files we run the linters on.
|
||||||
|
# if you update this list, make sure to do the same in scripts-dev/lint.sh
|
||||||
lint_targets =
|
lint_targets =
|
||||||
setup.py
|
setup.py
|
||||||
synapse
|
synapse
|
||||||
|
Loading…
Reference in New Issue
Block a user