Sha256: d68463e5d3b1d041bb67f0e473c725cafa493851570a40baddbcc6b8a695bb15

Contents?: true

Size: 672 Bytes

Versions: 2

Compression:

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

AllCops:
  TargetRubyVersion: 2.5
  NewCops: enable

Metrics/BlockLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Gemspec/RequireMFA:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
triviacrack-0.8.0 .rubocop.yml
triviacrack-0.7.0 .rubocop.yml