Skip to content
Snippets Groups Projects
Commit ee8e5891 authored by I. Nüske's avatar I. Nüske
Browse files

DEV: Update 'make lint' fail threshold

parent d4d914d1
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!126Fix pylint errors
Pipeline #59068 failed
...@@ -41,5 +41,5 @@ style: ...@@ -41,5 +41,5 @@ style:
.PHONY: style .PHONY: style
lint: lint:
pylint --unsafe-load-any-extension=y --fail-under=9.72 -d R,C --ignore=swagger_client src/caosadvancedtools pylint --unsafe-load-any-extension=y --fail-under=9.99 -d R,C --ignore=swagger_client src/caosadvancedtools
.PHONY: lint .PHONY: lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment