Sha256: a1b565c42f91409bc81de868065c393bedb31653cd96c28b6d7ab4fbb4be7963

Contents?: true

Size: 820 Bytes

Versions: 5

Compression:

Stored size: 820 Bytes

Contents

# The behavior of RuboCop can be controlled via the .rubocop.yml
# configuration file. It makes it possible to enable/disable
# certain cops (checks) and to alter their behavior if they accept
# any parameters. The file can be placed either in your home
# directory or in some project directory.
#
# RuboCop will start looking for the configuration file in the directory
# where the inspected file is and continue its way up to the root directory.
#
# See https://docs.rubocop.org/rubocop/configuration

Gemspec/RequiredRubyVersion:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/MethodLength:
  Max: 30
Lint/AssignmentInCondition:
  Enabled: false
Style/GuardClause:
  Enabled: false
Style/Documentation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
nexio_activemerchant-0.4.3 .rubocop.yml
nexio_activemerchant-0.4.2 .rubocop.yml
nexio_activemerchant-0.4.1 .rubocop.yml
nexio_activemerchant-0.4.0 .rubocop.yml
nexio_activemerchant-0.3.1 .rubocop.yml