ci(atlasbot): tighten lint scope to high-signal checks
This commit is contained in:
parent
e4014aba1c
commit
6218c4593d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -218,9 +218,9 @@ PY
|
||||
;;
|
||||
esac
|
||||
set +e
|
||||
docker buildx build --platform "${TEST_PLATFORM_RESOLVED}" --target test --load -t atlasbot-test . \
|
||||
docker buildx build --platform "${TEST_PLATFORM_RESOLVED}" --target test --load -t atlasbot-test . \
|
||||
&& docker run --rm -v "$PWD/build:/out" atlasbot-test \
|
||||
python -m ruff check atlasbot testing scripts --select E,F,W,B,C90,I,PLR,RUF,SIM,UP,ARG --ignore E501 \
|
||||
python -m ruff check atlasbot scripts --select E,F,W,B,C90,I,RUF,ARG --ignore E501 \
|
||||
&& docker run --rm -v "$PWD/build:/out" atlasbot-test \
|
||||
python scripts/check_file_sizes.py --root atlasbot --max-lines 500 \
|
||||
&& docker run --rm -v "$PWD/build:/out" atlasbot-test \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user