Sha256: 481dec94b242887548f8714965a0802312294e37b7cf88982dafd84815b2cb6b

Contents?: true

Size: 713 Bytes

Versions: 5

Compression:

Stored size: 713 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

Lint/UnusedMethodArgument:
  AllowUnusedKeywordArguments: true

Metrics/AbcSize:
  Max: 20
  Exclude: ["spec/**/*"]

Metrics/BlockLength:
  Exclude: ["spec/**/*", "*.gemspec"]

Metrics/LineLength:
  Max: 110
  Exclude: ["*.gemspec"]

Metrics/MethodLength:
  Max: 15
  Exclude: ["spec/**/*"]

Style/FrozenStringLiteralComment:
  Exclude: ["gemfiles/*"]

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SymbolArray:
  Exclude: ["spec/**/*", "*.gemspec", "Rakefile"]

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
active_record_data_loader-1.0.2 .rubocop.yml
active_record_data_loader-1.0.1 .rubocop.yml
active_record_data_loader-1.0.0 .rubocop.yml
active_record_data_loader-0.1.2 .rubocop.yml
active_record_data_loader-0.1.1 .rubocop.yml