mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
rubocop: turn off whitespace hunting
This commit is contained in:
parent
c1d840caa3
commit
911c75cc75
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ Style/BracesAroundHashParameters:
|
||||||
Style/IndentHash:
|
Style/IndentHash:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
# a bit too annoying requirement, no big drawback yet dedected
|
||||||
|
Style/TrailingWhitespace:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
# allow == operator used in void context in specs
|
# allow == operator used in void context in specs
|
||||||
Void:
|
Void:
|
||||||
Exclude:
|
Exclude:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue