Sha256: 5106ed516e17279d10c34c8658388fc37cd45e12cffc32f20c07a99e46cbfb7e

Contents?: true

Size: 1.41 KB

Versions: 4

Compression:

Stored size: 1.41 KB

Contents

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'bin/**/*'
    - 'tasks/release.rake'
    - '*.gemspec'
    - 'Gemfile'
    - 'Rakefile'
    - 'scripts/*.rb'

Metrics/LineLength:
  Max: 140

Metrics/MethodLength:
  Max: 20

Metrics/AbcSize:
  Max: 20

Style/SpecialGlobalVars:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes
  ConsistentQuotesInMultiline: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/FormatString:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Lint/MissingCopEnableDirective:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Style/ClassVars:
  Enabled: false

Style/ConditionalAssignment:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Style/TrailingUnderscoreVariable:
  Enabled: false
  
Style/StderrPuts:
  Enabled: false

Style/NonNilCheck:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Style/StringLiteralsInInterpolation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
simple-httpd-0.4.3 .rubocop.yml
simple-httpd-0.4.2 .rubocop.yml
simple-httpd-0.4.1 .rubocop.yml
simple-httpd-0.4.0 .rubocop.yml