Sha256: e88c98586b1973f54ccea562122074ed82cf6342b69d840cccde96feb8f0b70b

Contents?: true

Size: 1004 Bytes

Versions: 4

Compression:

Stored size: 1004 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  Exclude:
    - db/schema.rb
    - spec/dummy/db/schema.rb
    - html_gen.gemspec

# https://github.com/AtomLinter/linter-rubocop/issues/2
Style/FileName:
  Enabled: false

Metrics/ClassLength:
  Max: 250

Style/AccessModifierIndentation:
  EnforcedStyle: outdent

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Style/Documentation:
  Enabled: false

Style/EmptyLines:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: false

Style/NilComparison:
  Enabled: false

Style/SignalException:
  EnforcedStyle: only_raise

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/TrivialAccessors:
  ExactNameMatch: true
  Enabled: true

# Disabled on purpose: https://github.com/bbatsov/rubocop/issues/1758
Style/ClosingParenthesisIndentation:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
html_gen-0.0.12 .rubocop.yml
html_gen-0.0.11 .rubocop.yml
html_gen-0.0.10 .rubocop.yml
html_gen-0.0.8 .rubocop.yml