Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[java] Allow linting only on the default test (#10792)
After migrating Selenium tests to JUnit 5, java_junit5_test delegates to contrib_rules_jvm’s java_test, and that adds lint tests for every target. We want to add one set of lint tests, since the rest are going to be identical. Therefore, we tag all but one test with no-lint
- Loading branch information