Sha256: 3d0f9b9f92f7e0fe3a0f110adc6106cb35390f315aa421c19875c50fabda2fd8

Contents?: true

Size: 728 Bytes

Versions: 22

Compression:

Stored size: 728 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

Metrics/ClassLength: 
  Enabled: false

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
app_store_connect-0.29.0 .rubocop.yml
app_store_connect-0.28.0 .rubocop.yml
app_store_connect-0.27.0 .rubocop.yml
app_store_connect-0.26.0 .rubocop.yml
app_store_connect-0.25.0 .rubocop.yml
app_store_connect-0.23.0 .rubocop.yml
app_store_connect-0.22.0 .rubocop.yml
app_store_connect-0.21.0 .rubocop.yml
app_store_connect-0.20.0 .rubocop.yml
app_store_connect-0.19.0 .rubocop.yml
app_store_connect-0.18.0 .rubocop.yml
app_store_connect-0.17.0 .rubocop.yml
app_store_connect-0.16.0 .rubocop.yml
app_store_connect-0.15.0 .rubocop.yml
app_store_connect-0.14.0 .rubocop.yml
app_store_connect-0.13.0 .rubocop.yml
app_store_connect-0.12.2 .rubocop.yml
app_store_connect-0.12.1 .rubocop.yml
app_store_connect-0.12.0 .rubocop.yml
app_store_connect-0.11.0 .rubocop.yml