Sha256: 94356e3bb6e3797ef830b88b29ef2a1e09d644009b564cb15384c7828f7c836e

Contents?: true

Size: 1008 Bytes

Versions: 13

Compression:

Stored size: 1008 Bytes

Contents

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

Metrics/LineLength:
  Max: 120

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
simple-sql-0.4.22 .rubocop.yml
simple-sql-0.4.21 .rubocop.yml
simple-sql-0.4.20 .rubocop.yml
simple-sql-0.4.19 .rubocop.yml
simple-sql-0.4.18 .rubocop.yml
simple-sql-0.4.17 .rubocop.yml
simple-sql-0.4.16 .rubocop.yml
simple-sql-0.4.15 .rubocop.yml
simple-sql-0.4.14 .rubocop.yml
simple-sql-0.4.13 .rubocop.yml
simple-sql-0.4.12 .rubocop.yml
simple-sql-0.4.11 .rubocop.yml
simple-sql-0.4.10 .rubocop.yml