Sha256: f2d1894c92c88a53fceb81e8d9a8a5c9ae6d45745420cfafbc6e6dc54a9a097d

Contents?: true

Size: 1.17 KB

Versions: 12

Compression:

Stored size: 1.17 KB

Contents

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

Metrics/LineLength:
  Max: 140

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

Style/IfUnlessModifier:
  Enabled: false

Style/PerlBackrefs:
  Enabled: false

Style/TrailingUnderscoreVariable:
  Enabled: false
  
Style/StderrPuts:
  Enabled: false

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
simple-sql-0.5.37 .rubocop.yml
simple-sql-0.5.36 .rubocop.yml
simple-sql-0.5.35 .rubocop.yml
simple-sql-0.5.34 .rubocop.yml
simple-sql-0.5.33 .rubocop.yml
simple-sql-0.5.32 .rubocop.yml
simple-sql-0.5.31 .rubocop.yml
simple-sql-0.5.30 .rubocop.yml
simple-sql-0.5.29 .rubocop.yml
simple-sql-0.5.28 .rubocop.yml
simple-sql-0.5.27 .rubocop.yml
simple-sql-0.5.26 .rubocop.yml