Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't apply IntelliJ illegal module dependency inspection to test code (
elastic#101977) We don't enforce Java modularity when executing tests, so we shouldn't bother highlighting issues in test framework code. This PR adds a new IntelliJ scope that excludes everything under `:test` and configures the illegal module dependency inspection to use this new scope.
- Loading branch information