Sha256: 16fa98d58b4a59c738f87e16fc0df61fd40693836fdd063f365bb54862295b0c

Contents?: true

Size: 1.26 KB

Versions: 4

Compression:

Stored size: 1.26 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'

Metrics/ModuleLength:
  Exclude:
    - '**/*_spec.rb' # allow namespaces in specs

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/LineLength:
  Exclude:
    - '**/*_spec.rb' # allow long CQL statements

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

4 entries across 4 versions & 1 rubygems

Version Path
query_builder-0.0.4 config/metrics/rubocop.yml
query_builder-0.0.3 config/metrics/rubocop.yml
query_builder-0.0.2 config/metrics/rubocop.yml
query_builder-0.0.1 config/metrics/rubocop.yml