Skip to content

Commit

Permalink
pylint: switch to descriptive name bad-continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
trws committed Dec 27, 2018
1 parent 350207d commit a8ed2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ symbols=no
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=missing-docstring, too-few-public-methods, too-many-arguments, star-args, arguments-differ, no-member, import-error, no-name-in-module, useless-object-inheritance, fixme, C0330
disable=missing-docstring, too-few-public-methods, too-many-arguments, star-args, arguments-differ, no-member, import-error, no-name-in-module, useless-object-inheritance, fixme, bad-continuation


[REPORTS]
Expand Down

0 comments on commit a8ed2ae

Please sign in to comment.