Sha256: 0e5cfcf0543112b36f24ba22792a248b1703c140b07b2771c9d043835b343c74
Contents?: true
Size: 640 Bytes
Versions: 1
Compression:
Stored size: 640 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 require: - rubocop-minitest - rubocop-rake AllCops: NewCops: enable TargetRubyVersion: 2.7 Style/Documentation: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_form_model-0.4.1 | .rubocop.yml |