Sha256: 5724b91aa94c74e3bdc2f41a818ac3b5003f85aabfe656acbc21c14d4bc12311

Contents?: true

Size: 991 Bytes

Versions: 3

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: 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

3 entries across 3 versions & 1 rubygems

Version Path
czech_post_b2b_client-1.2.7 .rubocop.yml
czech_post_b2b_client-1.2.6 .rubocop.yml
czech_post_b2b_client-1.2.5 .rubocop.yml