Sha256: 1f7061cc58019c33a4e6c4215978826448352cc33fb92984a09304bed010a0d9
Contents?: true
Size: 476 Bytes
Versions: 1
Compression:
Stored size: 476 Bytes
Contents
require: - rubocop/cop/internal_affairs - rubocop-rspec AllCops: Exclude: - 'coverage/**/*' - 'pkg/**/*' - 'tmp/**/*' - 'vendor/**/*' TargetRubyVersion: 2.5 Layout/IndentArray: EnforcedStyle: consistent Metrics/BlockLength: Exclude: - '*.gemspec' - 'spec/**/*.rb' Metrics/LineLength: Exclude: - 'spec/**/*.rb' Naming/FileName: Exclude: - 'lib/scim-kit.rb' RSpec/NamedSubject: Enabled: false RSpec/NestedGroups: Max: 4
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
scim-kit-0.2.16 | .rubocop.yml |