We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ae9df commit f948286Copy full SHA for f948286
docs/contributing/running-tests.md
@@ -38,7 +38,7 @@ To run these tests locally, add `-PtestLatestDeps=true` to your existing `gradle
38
39
Executing `./gradlew :instrumentation:<INSTRUMENTATION_NAME>:test --tests <GROOVY TEST FILE NAME>` will run only the selected test.
40
41
-### Ignoring warnings in tests
+### How to prevent linting and formatting warnings from failing tests
42
43
During local development, you may want to ignore lint warnings when running tests.
44
0 commit comments