Sha256: a97ecc290e2c60d66f2d606024bcae7f8f1cd5d53b86f692d29e89cde10a2762
Contents?: true
Size: 607 Bytes
Versions: 65
Compression:
Stored size: 607 Bytes
Contents
# These Cops Must Always Be Enabled! # These Cops check for things that are *literally* bugs, # and no code should ever be released that fails these cops. # # The Exclude: [] is crucial here: # even if our .rubocop_todo.yml contained exclusions for strict cops, we nullify them here, # thus, re-activating these cops for all the files. # # These settings must be loaded after any files of "TODOs" that instruct RuboCop to ignore errors. # Fortunately this project doesn't rely on TODOs, instead relying on a rubocop_gradual lockfile. # RSpec/Focus: # run ALL tests on CI Enabled: true Exclude: []
Version data entries
65 entries across 65 versions & 13 rubygems