Sha256: f9428b0e94393d35b431d0464122ff35c9c3d59e15da23610471772018000f3f

Contents?: true

Size: 893 Bytes

Versions: 12

Compression:

Stored size: 893 Bytes

Contents

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

Metrics/LineLength:
  Max: 115

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
simple-sql-0.3.7 .rubocop.yml
simple-sql-0.3.6 .rubocop.yml
simple-sql-0.3.5 .rubocop.yml
simple-sql-0.3.4 .rubocop.yml
simple-sql-0.3.3 .rubocop.yml
simple-sql-0.2.10 .rubocop.yml
simple-sql-0.3.2 .rubocop.yml
simple-sql-0.2.9 .rubocop.yml
simple-sql-0.3.1 .rubocop.yml
simple-sql-0.2.8 .rubocop.yml
simple-sql-0.3.0 .rubocop.yml
simple-sql-0.2.7 .rubocop.yml