Skip to content

Commit

Permalink
ignore PyLint rules individually in PyLintBear
Browse files Browse the repository at this point in the history
  • Loading branch information
AGZain committed Mar 4, 2017
1 parent 9590eba commit 8e81117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/python/PyLintBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def create_arguments(filename, file, config_file,
pylint_rcfile: str=''):
"""
:param pylint_disable: Disable the message, report, category or
checker with the given id(s). User will input id in CLI.
checker with the given id(s). User will id.
:param pylint_enable: Enable the message, report, category or
checker with the given id(s).
:param pylint_cli_options: Any command line options you wish to be
Expand Down

0 comments on commit 8e81117

Please sign in to comment.