We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7134e commit e292969Copy full SHA for e292969
.gitlab/linter.yml
@@ -29,7 +29,7 @@ Pylint:
29
Pylint Hard:
30
extends: .linter_template
31
script:
32
- - pylint --rcfile=pylintrc $PWD --disable=missing-function-docstring,missing-class-docstring,invalid-name
+ - pylint --rcfile=pylintrc $PWD --disable=missing-function-docstring,missing-class-docstring
33
34
#Quality Control:
35
# allow_failure: false
0 commit comments