Sha256: edf4230f7cf274844b6821b7061170066682e3ed6d1e072d8a29ddb781ca0c92
Contents?: true
Size: 596 Bytes
Versions: 5
Compression:
Stored size: 596 Bytes
Contents
--- require: rubocop-rspec AllCops: RSpec: Patterns: - _spec.rb - "(?:^|/)spec/" 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
Version data entries
5 entries across 5 versions & 1 rubygems