Sha256: 5776dd100a626fe4db540b97b0aa0d11e13652d3d97805296d08d7199a210de3

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

require:
  - rubocop-performance
AllCops:
  TargetRubyVersion: '2.5'
  NewCops: enable
  Exclude:
    - .git/**/*
    - spec/**/*
    - vendor/**/*
Layout/LineLength:
  Enabled: false
Layout/SpaceAroundEqualsInParameterDefault:
  EnforcedStyle: no_space
Lint/EmptyWhen:
  Enabled: false
Lint/Void:
  Enabled: false
Metrics/AbcSize:
    Max: 20
Metrics/ClassLength:
    Max: 200
Metrics/MethodLength:
    Max: 20
Metrics/ParameterLists:
  MaxOptionalParameters: 4
Naming/FileName:
  Enabled: false
Style/AccessModifierDeclarations:
  Enabled: false
Style/AsciiComments:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/Documentation:
  # Too many false positives!
  Enabled: false
Style/Encoding:
  Enabled: false
Style/EvalWithLocation:
  Enabled: false
Style/FormatString:
  EnforcedStyle: percent
Style/FormatStringToken:
  MaxUnannotatedPlaceholdersAllowed: 3
Style/PerlBackrefs:
  Enabled: false
Style/RedundantSelf:
  Enabled: false
Style/StructInheritance:
  Enabled: false
Style/TrailingCommaInArrayLiteral:
  Enabled: false
Style/TrailingCommaInHashLiteral:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
packetgen-plugin-smb-0.6.3 .rubocop.yml