Sha256: 13a5fad24f9c46243570a0ca2ff8554c6b6c768d7142208ba3b53f1b5a8bc4c3

Contents?: true

Size: 1.06 KB

Versions: 15

Compression:

Stored size: 1.06 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/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

15 entries across 15 versions & 1 rubygems

Version Path
simple-cli-0.2.28 .rubocop.yml
simple-cli-0.3.0 .rubocop.yml
simple-cli-0.2.23 .rubocop.yml
simple-cli-0.2.22 .rubocop.yml
simple-cli-0.2.21 .rubocop.yml
simple-cli-0.2.20 .rubocop.yml
simple-cli-0.2.19 .rubocop.yml
simple-cli-0.2.18 .rubocop.yml
simple-cli-0.2.17 .rubocop.yml
simple-cli-0.2.16 .rubocop.yml
simple-cli-0.2.15 .rubocop.yml
simple-cli-0.2.14 .rubocop.yml
simple-cli-0.2.13 .rubocop.yml
simple-cli-0.2.12 .rubocop.yml
simple-cli-0.2.11 .rubocop.yml