Move Accessor names to todo
This commit is contained in:
parent
5289f41eb5
commit
bce659a5d9
1 changed files with 3 additions and 6 deletions
|
|
@ -114,12 +114,6 @@ Style/FileName:
|
||||||
Style/GuardClause:
|
Style/GuardClause:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
# Offense count: 214
|
|
||||||
# Cop supports --auto-correct.
|
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
||||||
Style/HashSyntax:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
# Offense count: 27
|
# Offense count: 27
|
||||||
# Configuration parameters: MaxLineLength.
|
# Configuration parameters: MaxLineLength.
|
||||||
Style/IfUnlessModifier:
|
Style/IfUnlessModifier:
|
||||||
|
|
@ -330,3 +324,6 @@ Style/TrailingWhitespace:
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
Style/WordArray:
|
Style/WordArray:
|
||||||
MinSize: 5
|
MinSize: 5
|
||||||
|
|
||||||
|
Style/AccessorMethodName:
|
||||||
|
Enabled: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue