Sha256: 39754f39572a2666a2899c1c2713f70afe69b144469e17010f9f29d4d178bafa

Contents?: true

Size: 1.45 KB

Versions: 7

Compression:

Stored size: 1.45 KB

Contents

AllCops:
  NewCops: enable
  Exclude:
    - 'spec/**/*'
    - 'db/**/*'
    - 'Gemfile'
    - 'vendor/**/*' # or vendor/bundle/**/*

Gemspec/OrderedDependencies:
  Enabled: false # I like to group them, so what?

Metrics/BlockLength:
  Max: 30

Metrics/MethodLength:
  Max: 30

Metrics/AbcSize:
  Max: 20

Metrics/PerceivedComplexity:
  Max: 12

Metrics/CyclomaticComplexity:
  Max: 12

Layout/EndOfLine:
  Enabled: false

Layout/ExtraSpacing:
  Enabled: false

Layout/HashAlignment:
  Enabled: false

Layout/LineLength:
  Enabled: false

Layout/SpaceAroundEqualsInParameterDefault:
  # I like to space repeated grammars out tabulated, defund these cops
  Enabled: false

Layout/EmptyLinesAroundExceptionHandlingKeywords:
  Enabled: false

Layout/SpaceInsideBlockBraces:
  Enabled: false

Layout/SpaceInsideParens:
  Enabled: false

Layout/SpaceAroundOperators:
  Enabled: false

Lint/EmptyBlock:
  Enabled: false

Style/BlockDelimiters:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RaiseArgs:
  Enabled: false

Style/RedundantBegin:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/OptionalBooleanParameter:
  Enabled: false

Style/PercentLiteralDelimiters:
  # the cops change this preference every version of ruby, but who cares in the first place?
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
introspective_grape-0.6.1 .rubocop.yml
introspective_grape-0.5.7 .rubocop.yml
introspective_grape-0.5.6 .rubocop.yml
introspective_grape-0.5.5 .rubocop.yml
introspective_grape-0.5.4 .rubocop.yml
introspective_grape-0.5.2 .rubocop.yml
introspective_grape-0.5.0 .rubocop.yml