Skip to content

Commit 033d553

Browse files
authored
Merge pull request #60 from ISISComputingGroup/pylint_suggestion_mode_removed
remove defunct suggestion-mode in pylint config
2 parents 9af767d + 42c2ef8 commit 033d553

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/genie_python/.pylintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ persistent=yes
3030
# Specify a configuration file.
3131
#rcfile=
3232

33-
# When enabled, pylint would attempt to guess common misconfiguration and emit
34-
# user-friendly hints instead of false-positive error messages
35-
suggestion-mode=yes
36-
3733
# Allow loading of arbitrary C extensions. Extensions are imported into the
3834
# active Python interpreter and may run arbitrary code.
3935
unsafe-load-any-extension=yes

0 commit comments

Comments
 (0)