Sha256: 14f3260966d2792a1098d169dfadaa2c561d2aaeee6c7d9e244d5e6571a857a9
Contents?: true
Size: 725 Bytes
Versions: 3
Compression:
Stored size: 725 Bytes
Contents
inherit_gem: rubocop-shopify: rubocop.yml require: - rubocop-sorbet - rubocop-minitest - rubocop-rails AllCops: TargetRubyVersion: 3.1 NewCops: enable Exclude: - "sorbet/**/*" - ".mdlrc" Sorbet: Enabled: true Sorbet/FalseSigil: Exclude: - ".toys/**/*" Sorbet/StrictSigil: Enabled: true Exclude: - ".toys/**/*" Sorbet/ForbidTStruct: # Context for why this is preferable https://github.com/Shopify/rubocop-sorbet/pull/178#issuecomment-1739924189 Enabled: true Sorbet/RedundantExtendTSig: Enabled: true Sorbet/ForbidTUnsafe: Enabled: true Minitest: Enabled: true Minitest/MultipleAssertions: Max: 6 Rails: Enabled: true Rails/RefuteMethods: EnforcedStyle: refute
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lunchmoney-1.4.0 | .rubocop.yml |
lunchmoney-1.2.0 | .rubocop.yml |
lunchmoney-1.1.2 | .rubocop.yml |