AllCops:
TargetRubyVersion: 2.5
+ Exclude:
+ - 'vendor/**/*'
Rails:
Enabled: true
- 'script/locale/reload-languages'
- 'script/update-spam-blocks'
-Naming/UncommunicativeMethodParamName:
- Enabled: false
-
-Rails/ApplicationRecord:
+Naming/MethodParameterName:
Enabled: false
Rails/CreateTableWithTimestamps: