Sha256: 7a6106089bb48d9f0a8d14b9aee6353b698f655ad3d55a1e96b19effa69c98e6
Contents?: true
Size: 603 Bytes
Versions: 2
Compression:
Stored size: 603 Bytes
Contents
AllCops: TargetRubyVersion: 2.4.4 Exclude: - "bin/*" - "Guardfile" ##################### 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" Metrics/MethodLength: Max: 15 ##################### Rails ################################## Rails: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
model_auditor-0.0.2 | .rubocop.yml |
model_auditor-0.0.1 | .rubocop.yml |