Issue #2080: Exclude integration test resources from IDEA analysis
This commit is contained in:
parent
4a97626c4f
commit
22144522d6
|
|
@ -1,4 +1,4 @@
|
|||
<!-- ATTENTION: this file is not used by TeamCity, all excludes should be specified in build configuration -->
|
||||
<component name="DependencyValidationManager">
|
||||
<scope name="Checkstyle Inspection Scope" pattern="!file:target//*&&!file:src/test/resources*//**&&!file:src/test/java/com/puppycrawl/tools/checkstyle/grammars/javadoc/ParseTreeBuilder.java&&!file:src/site/resources/js/google-analytics.js"/>
|
||||
<scope name="Checkstyle Inspection Scope" pattern="!file:target//*&&!file:src/test/resources*//**&&!file:src/it/resources*//**&&!file:src/test/java/com/puppycrawl/tools/checkstyle/grammars/javadoc/ParseTreeBuilder.java&&!file:src/site/resources/js/google-analytics.js"/>
|
||||
</component>
|
||||
|
|
|
|||
Loading…
Reference in New Issue