Sha256: 5db14959de69427e8c3c1cc53cfb91f8aa15cd7d4e87e1870b0710cf0d791414

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 KB

Contents

---
# settings added by the 'hexx-suit' module
# output: "tmp/rubocop"
# format: "html"

AllCops:
  Exclude:
    - '**/db/schema.rb'

Lint/HandleExceptions:
  Exclude:
    - '**/*_spec.rb'

Lint/RescueException:
  Exclude:
    - '**/*_spec.rb'

Style/AccessorMethodName:
  Exclude:
    - '**/*_spec.rb'

Style/AsciiComments:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/EmptyLinesAroundBlockBody:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundMethodBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/EmptyLineBetweenDefs:
  Enabled: false

Style/FileName:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: compact

Style/RescueModifier:
  Exclude:
    - '**/*_spec.rb'

Style/SingleLineMethods:
  Exclude:
    - '**/*_spec.rb'

Style/SingleSpaceBeforeFirstArg:
  Enabled: false

Style/SpecialGlobalVars:
  Exclude:
    - '**/Gemfile'
    - '**/*.gemspec'

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/TrivialAccessors:
  Exclude:
    - '**/*_spec.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
informator-0.1.0 config/metrics/rubocop.yml
informator-0.0.2 config/metrics/rubocop.yml
informator-0.0.1 config/metrics/rubocop.yml