Sha256: 811e99b1af24df0baadfe3bf530650bf14e2f4443a13bdc57ebd0b65ffe94bbf

Contents?: true

Size: 991 Bytes

Versions: 5

Compression:

Stored size: 991 Bytes

Contents

require:
# rubocop-minitest

AllCops:
  Include:
    - "**/Gemfile"
    - "**/Rakefile"
    - "**/*.rb"
    - "**/*.ru"
    - "**/Rakefile"
    - "**/*.rake"
    - "**/*.jb"
  Exclude:
    - "bin/*"
Documentation:
  Enabled: false
Layout/LineLength:
  Max: 120
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

5 entries across 5 versions & 1 rubygems

Version Path
czech_post_b2b_client-1.2.4 .rubocop.yml
czech_post_b2b_client-1.2.3 .rubocop.yml
czech_post_b2b_client-1.2.2 .rubocop.yml
czech_post_b2b_client-1.2.1 .rubocop.yml
czech_post_b2b_client-1.1.0 .rubocop.yml