mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Updated rubocop yml
This commit is contained in:
parent
19846a3abf
commit
20d78f0220
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ Style/BracesAroundHashParameters:
|
||||||
Style/IndentHash:
|
Style/IndentHash:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
# allow == operator used in void context in specs
|
||||||
|
Void:
|
||||||
|
Exclude:
|
||||||
|
- 'spec/**/*'
|
||||||
|
|
||||||
# No need to force reduce to use |a, e| as parameters.
|
# No need to force reduce to use |a, e| as parameters.
|
||||||
# Configuration parameters: Methods.
|
# Configuration parameters: Methods.
|
||||||
Style/SingleLineBlockParams:
|
Style/SingleLineBlockParams:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue