Sha256: 8760ad75a99efdeb989df4726153192937031c0424cd7f5747caa08af2b81ae8

Contents?: true

Size: 1.13 KB

Versions: 13

Compression:

Stored size: 1.13 KB

Contents

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

Metrics/LineLength:
  Max: 115

Style/SpecialGlobalVars:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes
  ConsistentQuotesInMultiline: false

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/ClassAndModuleChildren:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Lint/MissingCopEnableDirective:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/FormatStringToken:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Style/FormatString:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Layout/SpaceInsideArrayLiteralBrackets:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

Performance/Caller:
  Enabled: false

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
simple-cli-0.4.2 .rubocop.yml
simple-cli-0.4.1 .rubocop.yml
simple-cli-0.4.0 .rubocop.yml
simple-cli-0.3.13 .rubocop.yml
simple-cli-0.3.12 .rubocop.yml
simple-cli-0.3.11 .rubocop.yml
simple-cli-0.3.10 .rubocop.yml
simple-cli-0.3.9 .rubocop.yml
simple-cli-0.3.8 .rubocop.yml
simple-cli-0.3.7 .rubocop.yml
simple-cli-0.3.5 .rubocop.yml
simple-cli-0.3.4 .rubocop.yml
simple-cli-0.3.3 .rubocop.yml