Merge pull request #1446 from sunny-b/master
Enable Style/DotPosition Rubocop cop
This commit is contained in:
commit
fd6d0bf39b
25 changed files with 143 additions and 142 deletions
|
|
@ -39,6 +39,10 @@ Style/CaseEquality:
|
|||
Style/ClassAndModuleChildren:
|
||||
Enabled: true
|
||||
|
||||
# Checks the . position in multi-line method calls.
|
||||
Style/DotPosition:
|
||||
Enabled: true
|
||||
|
||||
# Checks for uses of double negation (!!) to convert something to a boolean value.
|
||||
Style/DoubleNegation:
|
||||
Enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue