-
Notifications
You must be signed in to change notification settings - Fork 917
New issue
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
add dev mode where warnings don't fail the test #11273
Conversation
can you explain a bit more why (or what specific use case you're thinking of that this improves)? thanks |
it's annoying to be bothered by warnings when I want a try something out, which happens quite often |
oh sorry, I misread the PR title, I totally agree this is annoying |
Co-authored-by: Trask Stalnaker <[email protected]>
Co-authored-by: Trask Stalnaker <[email protected]>
This provides a better dev experience:
gradle test -Ddev=true -x spotlessCheck -x checkstyleMain --tests '*JvmMongo*'
If this idea is accepted, I'll document it in CONTRIBUTING.md