mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
rubocop: turn off trailing blank line check
This commit is contained in:
parent
f84fb4389e
commit
4d5fe81274
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ Style/IndentHash:
|
|||
Style/TrailingWhitespace:
|
||||
Enabled: false
|
||||
|
||||
# a bit too annoying requirement, no big drawback yet dedected
|
||||
Style/TrailingBlankLines:
|
||||
Enabled: false
|
||||
|
||||
# allow == operator used in void context in specs
|
||||
Void:
|
||||
Exclude:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue