Sha256: c0cd1e0617b821799c27697f2b36ae4431ddf098b74425f2a9c73b4475f8c482
Contents?: true
Size: 950 Bytes
Versions: 8
Compression:
Stored size: 950 Bytes
Contents
AllCops: TargetRubyVersion: 2.5.1 Exclude: - "Guardfile" - "Rakefile" - "bin/**/*" - "spec/dummy/**/*" ##################### Styles ################################## Style/Documentation: Enabled: false Style/SymbolArray: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/ClassAndModuleChildren: Exclude: - "app/controllers/*_controller.rb" - "app/controllers/**/*_controller.rb" #################### Lint ################################## Lint/AmbiguousBlockAssociation: 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
Version data entries
8 entries across 8 versions & 1 rubygems