Sha256: 73418d54bd8ce5ef24e35b34188deb4dd0791ea177a113b1648997faaafca70e

Contents?: true

Size: 1.03 KB

Versions: 4

Compression:

Stored size: 1.03 KB

Contents

inherit_from:
  - .hound-rubocop.yml

AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - bin/*
Layout/DotPosition:
  Description: Checks the position of the dot in multi-line method calls.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains
  Enabled: true
  EnforcedStyle: leading
  SupportedStyles:
  - leading
  - trailing
Metrics/BlockLength:
  Enabled: false
Style/AndOr:
  Description: Use &&/|| instead of and/or.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#no-and-or-or
  Enabled: true
  EnforcedStyle: conditionals
  SupportedStyles:
  - always
  - conditionals
Style/ClassAndModuleChildren:
  Enabled: true
  EnforcedStyle: nested
  SupportedStyles:
  - compact
  - nested
Style/MultilineIfModifier:
  Enabled: false
Style/StringLiterals:
  Description: Checks if uses of quotes match the configured preference.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-string-literals
  Enabled: true
  EnforcedStyle: single_quotes
  SupportedStyles:
  - single_quotes
  - double_quotes

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
adp_client-1.0.0 .rubocop.yml
people_doc-0.2.0 .rubocop.yml
people_doc-0.1.0 .rubocop.yml
adp_client-0.1.0 .rubocop.yml