Sha256: 5cc7a65a02130466a7a774b09d640910a285b544968f716151661fcaca66b71a

Contents?: true

Size: 971 Bytes

Versions: 4

Compression:

Stored size: 971 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
  # Include gemspec and Rakefile
  Include:
    - "lib/**/*.rb"
    - "lib/**/*.rake"
    - "spec/**/*.rb"
  Exclude:
    - "bin/**/*"
    - "Gemfile"
    - "Rakefile"
    - "*.gemspec"
  DisplayCopNames: true
  StyleGuideCopsOnly: false

Naming/AccessorMethodName:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/TrivialAccessors:
  Enabled: false

Style/Documentation:
  Exclude:
    - "spec/**/*.rb"

Style/StringLiterals:
  Enabled: false

Style/BlockDelimiters:
  Exclude:
    - "spec/**/*.rb"

Style/DoubleNegation:
  Enabled: false

Layout/SpaceInsideStringInterpolation:
  EnforcedStyle: no_space

Lint/AmbiguousRegexpLiteral:
  Enabled: false

Lint/AmbiguousBlockAssociation:
  Enabled: false

Metrics/MethodLength:
  Exclude:
    - "spec/**/*.rb"

Layout/LineLength:
  Max: 120
  Exclude:
    - "spec/**/*.rb"

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

Security/YAMLLoad:
  Enabled: false

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
sniffer-0.5.0 .rubocop.yml
little_sniffer-0.1.2 .rubocop.yml
little_sniffer-0.1.1 .rubocop.yml
sniffer-0.4.0 .rubocop.yml