Skip to content

Commit

Permalink
Remove dashes from pylintrc file. Fixes numenta#2107
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtopus committed May 6, 2015
1 parent 2ff49aa commit fec4b90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ argument-rgx=_?[a-z][A-Za-z0-9]*$

# Regular expression which should only match correct variable names
variable-rgx=_{0,2}[a-z][A-Za-z0-9]*$
-# Regular expression which should only match correct attribute names in class
-# bodies
-class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$

# Regular expression which should only match correct attribute names in class
# bodies
class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$

# Regular expression which should only match correct list comprehension /
# generator expression variable names
Expand Down

0 comments on commit fec4b90

Please sign in to comment.