Skip to content

Commit

Permalink
allow "scanner.sy" as attribute name in pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 28, 2016
1 parent 63b03b5 commit 1d39ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function-rgx=[a-z_][a-z0-9_]{2,30}$
method-rgx=[a-z_][a-z0-9_]{2,30}|visit_[A-Za-z]+$

# Regular expression which should only match correct instance attribute names
attr-rgx=[a-z_][a-z0-9_]{2,30}$
attr-rgx=[a-z_][a-z0-9_]{2,30}|sy$

# Regular expression which should only match correct argument names
argument-rgx=[a-z_][a-z0-9_]{0,30}$
Expand Down

0 comments on commit 1d39ec0

Please sign in to comment.