Skip to content

Commit

Permalink
Accept two character variables and formal parameters.
Browse files Browse the repository at this point in the history
Sometimes they are the clearest available names, e.g. fd.

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Feb 2, 2016
1 parent 6c8d71e commit eefd590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -36,8 +36,10 @@ pylint:
--disable=I \
--disable=bad-continuation \
--disable=duplicate-code \
--argument-rgx="[a-z_][a-z0-9_]{1,30}" \
--exclude-protected=_libudev \
--no-docstring-rgx=_.* \
--variable-rgx="[a-z_][a-z0-9_]{1,30}" \
--msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}"

pylint-tests:
Expand All @@ -47,8 +49,10 @@ pylint-tests:
--disable=bad-continuation \
--disable=duplicate-code \
--disable=no-self-use \
--argument-rgx="[a-z_][a-z0-9_]{1,30}" \
--exclude-protected=_libudev \
--no-docstring-rgx=_.* \
--variable-rgx="[a-z_][a-z0-9_]{1,30}" \
--msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}"

diff-quality:
Expand Down

0 comments on commit eefd590

Please sign in to comment.