Skip to content

Commit

Permalink
Don't apply IntelliJ illegal module dependency inspection to test code (
Browse files Browse the repository at this point in the history
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
mark-vieira authored Nov 9, 2023
1 parent d6a2db6 commit 520e118
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/scopes/Production_minus_fixtures.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 520e118

Please sign in to comment.