Sha256: 24bce543fd8861f8b97574cc232925029b9353da310539d5a48b8bebea01665f
Contents?: true
Size: 693 Bytes
Versions: 1
Compression:
Stored size: 693 Bytes
Contents
AllCops: NewCops: disable TargetRubyVersion: 2.5.5 ##################### Styles ################################## Style/Documentation: Enabled: false Style/SymbolArray: Enabled: false Style/ClassAndModuleChildren: Exclude: - "app/controllers/*_controller.rb" - "app/controllers/**/*_controller.rb" #################### Lint ################################## Lint/AmbiguousBlockAssociation: Enabled: false ##################### Metrics ################################## Layout/LineLength: Max: 110 Metrics/ClassLength: Max: 200 Metrics/ModuleLength: Max: 200 Exclude: - "**/*_spec.rb" Metrics/BlockLength: Max: 50 Exclude: - "**/*_spec.rb"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
query_filter-0.2.3 | .rubocop.yml |