Sha256: 4d805d453ea5ee98f18bdef0d70a789142f9f336c3d637554f70920ed8a463bb
Contents?: true
Size: 832 Bytes
Versions: 3
Compression:
Stored size: 832 Bytes
Contents
AllCops: TargetRubyVersion: 2.5.5 NewCops: disable 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 ################################## 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
action_tracker_client-0.1.8 | .rubocop.yml |
action_tracker_client-0.1.7 | .rubocop.yml |
action_tracker_client-0.1.6 | .rubocop.yml |