ci(atlasbot): tighten lint scope to high-signal checks

This commit is contained in:
Brad Stein 2026-04-19 15:08:09 -03:00
parent 5d7679f183
commit 7f0d27288f

2
Jenkinsfile vendored
View File

@ -220,7 +220,7 @@ PY
set +e 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 \ && 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 \ && docker run --rm -v "$PWD/build:/out" atlasbot-test \
python scripts/check_file_sizes.py --root atlasbot --max-lines 500 \ python scripts/check_file_sizes.py --root atlasbot --max-lines 500 \
&& docker run --rm -v "$PWD/build:/out" atlasbot-test \ && docker run --rm -v "$PWD/build:/out" atlasbot-test \