Sha256: 72edd2ee4d75bf31755538436314d8cc7457e27d21e3e2cf60033de0b3415b7b
Contents?: true
Size: 894 Bytes
Versions: 1
Compression:
Stored size: 894 Bytes
Contents
inherit_gem: rubocop-rails-omakase: rubocop.yml require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: Exclude: - bin/* - vendor/**/* - lib/story_key/data.rb NewCops: enable TargetRubyVersion: 3.2.0 Gemspec/RequireMFA: Enabled: false Layout/EmptyLineAfterGuardClause: Enabled: false Layout/EmptyLineAfterMagicComment: Enabled: false Layout/LineLength: Max: 100 Metrics/BlockLength: Exclude: - spec/**/* - '*.gemspec' - rakelib/* Metrics/ClassLength: Max: 250 Metrics/ModuleLength: Max: 250 RSpec/EmptyExampleGroup: Enabled: false RSpec/ExampleLength: Exclude: - spec/features/**/* RSpec/MultipleExpectations: Max: 4 Exclude: - spec/features/**/* RSpec/MultipleMemoizedHelpers: Enabled: false RSpec/NestedGroups: Max: 4 Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
story_key-0.5.0 | .rubocop.yml |