gems: add Rubocop gem.
This commit is contained in:
@@ -2,7 +2,7 @@ require:
|
||||
- rubocop-rails
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.6.5
|
||||
TargetRubyVersion: 2.7.0
|
||||
Exclude:
|
||||
- "bin/*"
|
||||
- "node_modules/**/*"
|
||||
@@ -46,9 +46,6 @@ Naming/MethodParameterName:
|
||||
Style/AsciiComments:
|
||||
Enabled: false
|
||||
|
||||
Style/BracesAroundHashParameters:
|
||||
EnforcedStyle: context_dependent
|
||||
|
||||
Style/CommentAnnotation:
|
||||
Enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user