Sha256: 71ee72c119ae7f3ecc28ad39ea7b78386e3e4c050a800d844f4de31c9e92398f

Contents?: true

Size: 1.2 KB

Versions: 10

Compression:

Stored size: 1.2 KB

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.4

## Metrics #####################################################################

Metrics/BlockLength:
  Exclude:
    - "Guardfile"
    - "spec/**/*"

Metrics/MethodLength:
  CountComments: false
  Max: 15

## Styles ######################################################################

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/BracesAroundHashParameters:
  Enabled: false

Style/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true

Style/Encoding:
  EnforcedStyle: when_needed

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/IndentHash:
  EnforcedStyle: consistent

Style/IndentArray:
  EnforcedStyle: consistent

# New lambda syntax is as ugly to me as new syntax of Hash.
Style/Lambda:
  Enabled: false

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/EmptyCaseCondition:
  Enabled: false

# Not all trivial readers/writers can be defined with attr_* methods
#
#   class Example < SimpleDelegator
#     def __getobj__
#       @obj
#     end
#
#     def __setobj__(obj)
#       @obj = obj
#     end
#   end
Style/TrivialAccessors:
  Enabled: false

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/http-form_data-2.3.0/.rubocop.yml
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/http-form_data-2.3.0/.rubocop.yml
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/http-form_data-2.3.0/.rubocop.yml
direct7-0.0.13 vendor/bundle/ruby/2.7.0/gems/http-form_data-2.3.0/.rubocop.yml
direct7-0.0.12 vendor/bundle/ruby/2.7.0/gems/http-form_data-2.3.0/.rubocop.yml
direct7-0.0.11 vendor/bundle/ruby/2.7.0/gems/http-form_data-2.3.0/.rubocop.yml
http-form_data-2.3.0 .rubocop.yml
http-form_data-2.2.0 .rubocop.yml
http-form_data-2.1.1 .rubocop.yml
http-form_data-2.1.0 .rubocop.yml