Skip to content

Commit

Permalink
Dissable final newline missing in python linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Oct 18, 2024
1 parent 9595278 commit 4dfc2f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tested/languages/python/pylint_config.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
# C0111 Missing docstring
# C0301 Line too long
# C0303 Trailing whitespace
# C0304 Final newline missing
# 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,I0011

0 comments on commit 4dfc2f6

Please sign in to comment.