Sha256: a0f996c39f4f5c9c518079d53ce2209e82f323cee2ae813dae65b6ec3ebd1e55
Contents?: true
Size: 950 Bytes
Versions: 1
Compression:
Stored size: 950 Bytes
Contents
AllCops: TargetRubyVersion: 2.7.6 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
api_proxy-0.2.7 | .rubocop.yml |