We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Packwerk does not disable sorbet when using Spring. This slows down checks.
To Reproduce
bin/packwerk check
Packwerk couldn't disable Sorbet. Please ensure it isn't being used before Packwerk is loaded.
Expected Behaviour
Sorbet is successfully disabled, but only for packwerk.
bin/rails runner "puts ::T::Private::RuntimeLevels.default_checked_level" should be "always", but packwerk should not print the error.
bin/rails runner "puts ::T::Private::RuntimeLevels.default_checked_level"
Screenshots If applicable, add screenshots to help explain your problem.
Version Information
Additional Context
#326
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Packwerk does not disable sorbet when using Spring. This slows down checks.
To Reproduce
bin/packwerk check
saysPackwerk couldn't disable Sorbet. Please ensure it isn't being used before Packwerk is loaded.
Expected Behaviour
Sorbet is successfully disabled, but only for packwerk.
bin/rails runner "puts ::T::Private::RuntimeLevels.default_checked_level"
should be "always", but packwerk should not print the error.Screenshots
If applicable, add screenshots to help explain your problem.
Version Information
Additional Context
#326
The text was updated successfully, but these errors were encountered: