gems: add Rubocop gem.

This commit is contained in:
evazion
2020-05-06 01:03:35 -05:00
parent a6fac80e66
commit 91372a1ec5
4 changed files with 55 additions and 4 deletions

View File

@@ -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