Sha256: eccc8b5ae7139f8cd383d19e1a0e7a4f0edb7a80f61925139840746a4b0ae177
Contents?: true
Size: 729 Bytes
Versions: 2
Compression:
Stored size: 729 Bytes
Contents
require: rubocop-rspec # Remove these configuration records # one by one as the offenses are removed from the code base. Metrics/AbcSize: Max: 22 # Goal: 15 Metrics/CyclomaticComplexity: Max: 8 # Goal: 6 Metrics/PerceivedComplexity: Max: 9 # Goal: 7 Style/FrozenStringLiteralComment: Enabled: false RSpec/BeforeAfterAll: Enabled: false RSpec/FilePath: Enabled: false RSpec/InstanceVariable: Exclude: - spec/paper_trail/associations_spec.rb - spec/paper_trail/model_spec.rb RSpec/MessageSpies: Enabled: false RSpec/NamedSubject: Enabled: false RSpec/NestedGroups: Exclude: - spec/paper_trail/associations_spec.rb - spec/paper_trail/model_spec.rb Security/YAMLLoad: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
paper_trail-7.1.0 | .rubocop_todo.yml |
paper_trail-7.0.3 | .rubocop_todo.yml |