Sha256: a4760ac1add4be8e689ce860e4018d3b1a6eea618f7f6efbbeed515519699a5e
Contents?: true
Size: 808 Bytes
Versions: 23
Compression:
Stored size: 808 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 ##################### 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 ################################## 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
23 entries across 23 versions & 5 rubygems
Version | Path |
---|---|
query_filter-0.1.1 | .rubocop.yml |
dropbox_content_hasher-0.1.0 | .rubocop.yml |
query_filter-0.1.0 | .rubocop.yml |