AllCops: TargetRubyVersion: 2.4 ##################### Styles ################################## Style/Documentation: Enabled: false Style/SymbolArray: Enabled: false ##################### Metrics ################################## Metrics/LineLength: Max: 110 Metrics/ClassLength: Max: 200 Metrics/ModuleLength: Max: 200 Exclude: - "**/*_spec.rb" Metrics/BlockLength: Max: 50 Exclude: - "**/*_spec.rb" ##################### Rails ################################## Rails: Enabled: true Rails/SkipsModelValidations: Enabled: false