Sha256: bbad2a1061e38b909525541f62d219531bf401aa08c16e0798eeb92e74e6be0b

Contents?: true

Size: 624 Bytes

Versions: 1

Compression:

Stored size: 624 Bytes

Contents

require:
    - rubocop-rake
    - rubocop-rspec # for generated projects

AllCops:
    Exclude:
        - 'test/tmp/*/sample/Gemfile'
        - 'test/fixtures/**/*'
        - 'vendor/bundle/**/*'
    NewCops: enable
    TargetRubyVersion: 2.6

Metrics/BlockLength:
      IgnoredMethods:
        - run_hoboken

Layout/SpaceAroundEqualsInParameterDefault:
    EnforcedStyle: no_space

Metrics/ClassLength:
    Max: 150

Metrics/MethodLength:
    Max: 15

Layout/LineLength:
    Max: 90

Style/BlockDelimiters:
    EnforcedStyle: braces_for_chaining

Style/YodaCondition:
    EnforcedStyle: require_for_equality_operators_only

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hoboken-0.9.0 .rubocop.yml