Sha256: b33b338cb561b13646c9cdbed0e5df5569df2fa26dad179bd6c92afe38d209e3
Contents?: true
Size: 620 Bytes
Versions: 8
Compression:
Stored size: 620 Bytes
Contents
--- require: rubocop-rspec Layout/MultilineBlockLayout: Exclude: - 'spec/**/*' Naming/PredicateName: Exclude: - spec/**/* Style/BlockDelimiters: Exclude: - 'spec/**/*' Layout/BlockEndNewline: Exclude: - 'spec/**/*' RSpec/ExampleWording: CustomTransform: be: is have: has not: does not NOT: does NOT IgnoredWords: - only RSpec/FilePath: Enabled: false RSpec/InstanceVariable: Enabled: false RSpec/DescribeClass: Enabled: true RSpec/BeforeAfterAll: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Enabled: false
Version data entries
8 entries across 8 versions & 2 rubygems