Sha256: 95c423102b862e911074fc784656ad2debb7db10779cce8cd61d8621cbdee991

Contents?: true

Size: 730 Bytes

Versions: 4

Compression:

Stored size: 730 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://github.com/rubocop-hq/rubocop/blob/master/manual/configuration.md
#
Metrics/MethodLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Enabled: false

Style/StructInheritance:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
app_store_connect-0.8.0 .rubocop.yml
app_store_connect-0.7.0 .rubocop.yml
app_store_connect-0.6.0 .rubocop.yml
app_store_connect-0.5.0 .rubocop.yml