mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Rubocop will skip strnig literals check
This commit is contained in:
parent
365e27086f
commit
bd9228002e
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ Style/BracesAroundHashParameters:
|
|||
Style/IndentHash:
|
||||
Enabled: false
|
||||
|
||||
# no need to worry about it
|
||||
Style/StringLiterals:
|
||||
Enabled: false
|
||||
|
||||
# a bit too annoying requirement, no big drawback yet dedected
|
||||
Style/TrailingWhitespace:
|
||||
Enabled: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue