File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ argument-naming-style=snake_case
168
168
# Regular expression matching correct argument names. Overrides argument-
169
169
# naming-style. If left empty, argument names will be checked with the set
170
170
# naming style.
171
- # argument-rgx=
171
+ argument-rgx =^[a-z][a-z0-9]*((_[a-z0-9]+)*)?$
172
172
173
173
# Naming style matching correct attribute names.
174
174
attr-naming-style =snake_case
@@ -196,7 +196,7 @@ class-attribute-naming-style=any
196
196
# Regular expression matching correct class attribute names. Overrides class-
197
197
# attribute-naming-style. If left empty, class attribute names will be checked
198
198
# with the set naming style.
199
- # class-attribute-rgx=
199
+ class-attribute-rgx =^[a-z][a-z0-9]*((_[a-z0-9]+)*)?$
200
200
201
201
# Naming style matching correct class constant names.
202
202
class-const-naming-style =UPPER_CASE
You can’t perform that action at this time.
0 commit comments