Skip to content

Commit

Permalink
Ignore specs when running Sorbet (#8240)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Oct 20, 2023
1 parent 2fdfee1 commit 3cba82b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sorbet/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,27 @@ updater
--ignore=vendor/
--ignore=updater/
--disable-watchman

# Sorbet doesn't currently support RSpec very well, so we ignore all of our specs.
# See https://stackoverflow.com/a/76548429
--ignore=bundler/helpers/v1/spec/
--ignore=bundler/helpers/v2/spec/
--ignore=bundler/spec/
--ignore=cargo/spec/
--ignore=common/spec/
--ignore=composer/spec/
--ignore=docker/spec/
--ignore=elm/spec/
--ignore=git_submodules/spec/
--ignore=github_actions/spec/
--ignore=go_modules/spec/
--ignore=gradle/spec/
--ignore=hex/spec/
--ignore=maven/spec/
--ignore=npm_and_yarn/spec/
--ignore=nuget/spec/
--ignore=pub/spec/
--ignore=python/spec/
--ignore=swift/spec/
--ignore=terraform/spec/
--ignore=updater/spec/

0 comments on commit 3cba82b

Please sign in to comment.