Sha256: 6013a476baf976e3d18af97f37e5764c01d1f874f4a9769c43b3674b44d53e6e

Contents?: true

Size: 1.53 KB

Versions: 6

Compression:

Stored size: 1.53 KB

Contents

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

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Layout/LineLength:
  Max: 140

Metrics/MethodLength:
  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

Style/CommentedKeyword:
  Enabled: false

Style/AccessorGrouping:
  Enabled: false
  

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple-service-0.3.1 .rubocop.yml
simple-service-0.2.3 .rubocop.yml
simple-service-0.3.0 .rubocop.yml
simple-service-0.2.2 .rubocop.yml
simple-service-0.2.1 .rubocop.yml
simple-service-0.2.0 .rubocop.yml