mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
added rubocop exception for vim NerdCommenter
This commit is contained in:
parent
be319509ca
commit
0d28f9ef00
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ Style/NilComparison:
|
|||
Exclude:
|
||||
- 'spec/**/*'
|
||||
|
||||
# allow comment out code with vim NerdCommenter
|
||||
Style/CommentIndentation:
|
||||
Enabled: false
|
||||
|
||||
# No need to force reduce to use |a, e| as parameters.
|
||||
# Configuration parameters: Methods.
|
||||
Style/SingleLineBlockParams:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue