Skip to content

Commit

Permalink
Merge pull request #549 from dodona-edu/enhance/disable-final-newline…
Browse files Browse the repository at this point in the history
…-missing

Disable final newline missing in python linter
  • Loading branch information
jorg-vr authored Oct 21, 2024
2 parents 09f20a7 + 9b4cc4a commit a9735ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tested/languages/python/pylint_config.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
# C0111 Missing docstring
# C0301 Line too long
# C0303 Trailing whitespace
# C0304 Final newline missing
# C0305 Too many trailing newlines
# I0011 Warning locally suppressed using disable-msg
disable=W0621,W0622,R0902,R0903,R0904,R0911,C0103,C0111,C0301,C0303,I0011
disable=W0621,W0622,R0902,R0903,R0904,R0911,C0103,C0111,C0301,C0303,C0304,C0305,I0011

0 comments on commit a9735ef

Please sign in to comment.