Sha256: 0d2ab7251860cf432e854f6837fee640f2d3b52ea0110744e91ce5ea8b60458b
Contents?: true
Size: 640 Bytes
Versions: 6
Compression:
Stored size: 640 Bytes
Contents
--- require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: TargetRubyVersion: 2.7 Exclude: - dummy/**/* - vendor/bundle/**/* NewCops: enable Layout/LineLength: Max: 120 Exclude: - spec/**/*_spec.rb Metrics/BlockLength: Exclude: - rspec-rails-api.gemspec - spec/**/*_spec.rb Naming/MethodParameterName: AllowedNames: - of Layout/HashAlignment: EnforcedColonStyle: table EnforcedHashRocketStyle: table Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma RSpec/NestedGroups: Max: 4
Version data entries
6 entries across 6 versions & 1 rubygems