Sha256: 2540e38c723c6ef44f6957b8743b8fd8f682b18098d0551d607335e26b6b1fd8
Contents?: true
Size: 684 Bytes
Versions: 6
Compression:
Stored size: 684 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: true Rails/SkipsModelValidations: Enabled: false Rails/InverseOf: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems