diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a824fc663..c926d4c0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,6 @@ jobs: rubygems: 4.0.7 - name: Run type check run: bin/typecheck - - name: Run type check with Prism parser - run: bin/typecheck --parser=prism - continue-on-error: true - name: Lint Ruby files run: bin/style - name: Verify documentation diff --git a/Gemfile.lock b/Gemfile.lock index d47d09ce7..d996d1051 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -366,15 +366,15 @@ GEM rack (>= 3.2.0) redis-client (>= 0.26.0) smart_properties (1.17.0) - sorbet (0.6.12997) - sorbet-static (= 0.6.12997) - sorbet-runtime (0.6.12997) - sorbet-static (0.6.12997-aarch64-linux) - sorbet-static (0.6.12997-universal-darwin) - sorbet-static (0.6.12997-x86_64-linux) - sorbet-static-and-runtime (0.6.12997) - sorbet (= 0.6.12997) - sorbet-runtime (= 0.6.12997) + sorbet (0.6.13048) + sorbet-static (= 0.6.13048) + sorbet-runtime (0.6.13048) + sorbet-static (0.6.13048-aarch64-linux) + sorbet-static (0.6.13048-universal-darwin) + sorbet-static (0.6.13048-x86_64-linux) + sorbet-static-and-runtime (0.6.13048) + sorbet (= 0.6.13048) + sorbet-runtime (= 0.6.13048) spoom (1.7.11) erubi (>= 1.10.0) prism (>= 0.28.0) diff --git a/sorbet/config b/sorbet/config index ccbd49ac0..78ca53612 100644 --- a/sorbet/config +++ b/sorbet/config @@ -1,5 +1,6 @@ --dir . +--parser=prism --ignore=/vendor --enable-experimental-requires-ancestor --enable-experimental-rbs-comments