Sha256: f41038a810039beb639f404425dc2c4f187a96060f13ee0615fadcdcb0b0e751
Contents?: true
Size: 892 Bytes
Versions: 1
Compression:
Stored size: 892 Bytes
Contents
inherit_from: .rubocop_todo.yml inherit_gem: rubocop-shopify: rubocop.yml require: - rubocop-sorbet - rubocop-rake - rubocop-minitest AllCops: UseCache: true CacheRootDirectory: tmp/rubocop Exclude: - minitest-distributed.gemspec NewCops: disable # This cop is broken when using assignments Layout/RescueEnsureAlignment: Enabled: false ##### Sorbet cops Sorbet: Enabled: true Exclude: - bin/* - test/fixtures/* - Gemfile - Rakefile - minitest-distributed.gemspec Sorbet/ValidSigil: Enabled: true Sorbet/FalseSigil: Enabled: false Sorbet/TrueSigil: Enabled: true Exclude: - 'test/fixtures/*' Sorbet/EnforceSigilOrder: Enabled: true Sorbet/SignatureBuildOrder: Enabled: true Sorbet/KeywordArgumentOrdering: Enabled: true Sorbet/ConstantsFromStrings: Enabled: true Sorbet/ForbidIncludeConstLiteral: Enabled: true
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minitest-distributed-0.2.11 | .rubocop.yml |