##// END OF EJS Templates
makefile: added ruff check
super-admin -
r5176:5680b223 default
parent child Browse files
Show More
@@ -59,6 +59,12 b' test-only-postgres:'
59 --ini-config-override='{"app:main": {"sqlalchemy.db1.url": "postgresql://postgres:qweqwe@localhost/rhodecode_test"}}' \
59 --ini-config-override='{"app:main": {"sqlalchemy.db1.url": "postgresql://postgres:qweqwe@localhost/rhodecode_test"}}' \
60 --cov=rhodecode rhodecode
60 --cov=rhodecode rhodecode
61
61
62 .PHONY: ruff-check
63 ## run a ruff analysis
64 ruff-check:
65 ruff check --ignore F401 --ignore I001 --ignore E402 --ignore E501 --ignore F841 --exclude rhodecode/lib/dbmigrate --exclude .eggs --exclude .dev .
66
67
62 .PHONY: docs
68 .PHONY: docs
63 ## build docs
69 ## build docs
64 docs:
70 docs:
General Comments 0
You need to be logged in to leave comments. Login now