Sha256: d0d12744ddf4630daccf16043a1ef7175216d630642aa0cb0cce625b9b669e2b

Contents?: true

Size: 562 Bytes

Versions: 9

Compression:

Stored size: 562 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

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
simple-sql-0.2.6 .rubocop.yml
simple-cli-0.1.1 .rubocop.yml
simple-sql-0.2.5 .rubocop.yml
simple-sql-0.2.4 .rubocop.yml
simple-sql-0.2.3 .rubocop.yml
simple-sql-0.2.2 .rubocop.yml
simple-sql-0.2.1 .rubocop.yml
simple-sql-0.2.0 .rubocop.yml
simple-sql-0.1.3 .rubocop.yml