[Mod] 类属性应该使用snake_case

This commit is contained in:
nanoric 2019-01-06 00:58:37 -04:00
parent 9d3ec12695
commit 5326e6e4fc

View File

@ -139,7 +139,7 @@ bad-names=foo,
tata
# Naming style matching correct class attribute names.
class-attribute-naming-style=camelCase
class-attribute-naming-style=snake_case
# Regular expression matching correct class attribute names. Overrides class-
# attribute-naming-style.