Sha256: 725b1dfdffb1bba112ac24249f05a820a943a9a38cc12b47f5aa4d3676c2180f

Contents?: true

Size: 1.13 KB

Versions: 6

Compression:

Stored size: 1.13 KB

Contents

AllCops:
  TargetRubyVersion: 2.6
  Exclude:
    - "lib/generators/**/templates/**/*"
  SuggestExtensions: false
  NewCops: disable

Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/MethodLength:
  Max: 40

Metrics/ModuleLength:
  Max: 200
  Exclude:
    - "**/*_spec.rb"

Layout/LineLength:
  Max: 120

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Gemspec/RequiredRubyVersion:
 Enabled: false

Layout/ParameterAlignment:
  EnforcedStyle: with_fixed_indentation

Layout/CaseIndentation:
  EnforcedStyle: case
  SupportedStyles:
    - case
    - end
  IndentOneStep: true

Layout/EndAlignment:
  EnforcedStyleAlignWith: variable

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%w': "[]"
    '%W': "[]"

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/StructInheritance:
  Enabled: false

Style/AndOr:
  Enabled: false

Style/Not:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/Documentation:
  Enabled: false # TODO: Enable again once we have more docs

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/pundit-2.2.0/.rubocop.yml
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/pundit-2.2.0/.rubocop.yml
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/pundit-2.2.0/.rubocop.yml
pundit-2.3.1 .rubocop.yml
pundit-2.3.0 .rubocop.yml
pundit-2.2.0 .rubocop.yml