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

DEV: Remove 'make lint' fail threshold

parent ee8e5891
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
...@@ -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.99 -d R,C --ignore=swagger_client src/caosadvancedtools pylint --unsafe-load-any-extension=y -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