Sha256: 169fcb7bd968cc3f48b0a5f6fe4ab7a4aae625faf959a9e688121416bab5bf77
Contents?: true
Size: 651 Bytes
Versions: 3
Compression:
Stored size: 651 Bytes
Contents
--- inherit_from: - .niftany/layout.yml - .niftany/lint.yml - .niftany/metrics.yml - .niftany/naming.yml - .niftany/niftany_rubocop_rspec.yml - .niftany/performance.yml - .niftany/style.yml - .rubocop_todo.yml require: [rubocop-rspec, rubocop-performance] AllCops: DisplayCopNames: true NewCops: enable Metrics/BlockLength: Exclude: - 'spec/**/*' - 'psu_identity.gemspec' Style/OpenStructUse: Exclude: - 'lib/psu_identity/search_service/atomic_link.rb' - 'spec/lib/psu_identity/search_service/atomic_link_spec.rb' Rspec/NestedGroups: Exclude: - 'spec/lib/psu_identity/search_service/person_spec.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
psu_identity-0.6.2 | .rubocop.yml |
psu_identity-0.6.1 | .rubocop.yml |
psu_identity-0.6.0 | .rubocop.yml |