Sha256: afe07b368e671c8ff7999f1bc8abf1077788f8bec2178157e0184e341a7d44ba
Contents?: true
Size: 443 Bytes
Versions: 3
Compression:
Stored size: 443 Bytes
Contents
require: - rubocop-performance - rubocop-rails - rubocop-rspec AllCops: TargetRubyVersion: 2.5 Exclude: - 'spec/dummy/**/*' Rails: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Layout/LineLength: Max: 120 RSpec/NestedGroups: Enabled: false RSpec/MultipleExpectations: Enabled: false Metrics/BlockLength: Enabled: false
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
demingfactor-paper_trail_manager-0.7.3 | .rubocop.yml |
paper_trail_manager_rails_5-0.7.2 | .rubocop.yml |
paper_trail_manager_rails_5-0.7.1 | .rubocop.yml |