Sha256: b05a0a1deaaeafded6cfd11b1766c6dd79f9dfd11f4625a00b3a0072f6e6df75

Contents?: true

Size: 1009 Bytes

Versions: 1

Compression:

Stored size: 1009 Bytes

Contents

require:
# rubocop-minitest

AllCops:
  NewCops: enable
  Include:
    - "**/Gemfile"
    - "**/Rakefile"
    - "**/*.rb"
    - "**/*.ru"
    - "**/Rakefile"
    - "**/*.rake"
    - "**/*.jb"
  Exclude:
    - "bin/*"
Documentation:
  Enabled: false
Layout/LineLength:
  Max: 140
Metrics/AbcSize:
  Max: 20
Metrics/MethodLength:
  Max: 20
Metrics/BlockLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 7
Metrics/ClassLength:
  Max: 210
Metrics/ModuleLength:
  Max: 200
Style/TrivialAccessors:
  Enabled: true
Style/MixinUsage:
  Enabled: true
Style/YodaCondition:
  EnforcedStyle: forbid_for_equality_operators_only
Naming/PredicateName:
  Enabled: true
Layout/SpaceAroundMethodCallOperator:
    Enabled: true
Lint/RaiseException:
    Enabled: true
Lint/StructNewOverride:
  Enabled: true
Style/ExponentialNotation:
  Enabled: true
Style/HashEachMethods:
   Enabled: true
Style/HashTransformKeys:
   Enabled: true
Style/HashTransformValues:
   Enabled: true
Naming/VariableNumber:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
czech_post_b2b_client-1.2.8 .rubocop.yml