Skip to content

Commit e292969

Browse files
Remove disabled 'invalid-name' rule from global rules.
1 parent 1e7134e commit e292969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Pylint:
2929
Pylint Hard:
3030
extends: .linter_template
3131
script:
32-
- pylint --rcfile=pylintrc $PWD --disable=missing-function-docstring,missing-class-docstring,invalid-name
32+
- pylint --rcfile=pylintrc $PWD --disable=missing-function-docstring,missing-class-docstring
3333

3434
#Quality Control:
3535
# allow_failure: false

0 commit comments

Comments
 (0)