Sha256: 0fb64877ff8d1d392472a04ee6e18a6b9ce3f8ac84107ba107a7f59698dd63a5

Contents?: true

Size: 1.11 KB

Versions: 12

Compression:

Stored size: 1.11 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:
  Exclude:
    - '**/*_spec.rb'

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/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

12 entries across 12 versions & 6 rubygems

Version Path
hexx-domains-0.0.5 config/metrics/rubocop.yml
hexx-domains-0.0.4 config/metrics/rubocop.yml
hexx-storage-0.0.2 config/metrics/rubocop.yml
hexx-domains-0.0.3 config/metrics/rubocop.yml
hexx-api-0.0.1 config/metrics/rubocop.yml
service_objects-1.0.0 config/metrics/rubocop.yml
hexx-domains-0.0.2 config/metrics/rubocop.yml
hexx-suit-2.2.0 lib/hexx/suit/install/metrics/rubocop.yml
hexx-domains-0.0.1 config/metrics/rubocop.yml
hexx-dependencies-0.0.3 config/metrics/rubocop.yml
hexx-dependencies-0.0.2 config/metrics/rubocop.yml
hexx-dependencies-0.0.1 config/metrics/rubocop.yml