Run linters that can detect real errors on package build

This commit is contained in:
Benjamin Drung 2025-12-03 14:11:36 +01:00
parent 4a2f194860
commit 524f590af2

1
debian/rules vendored
View File

@ -7,6 +7,7 @@ override_dh_auto_clean:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
./run-linters --errors-only
python3 -m pytest -v ubuntutools
endif