Add all IDE modules to scope 'IDE', exclude tests

Exclude test roots (add only src/* and testData/*) to prevent clash with the
built-in "Tests" scope
This commit is contained in:
Alexander Udalov
2016-03-16 12:31:02 +03:00
parent 94e8ba7c4b
commit b328f37495
+1 -1
View File
@@ -1,3 +1,3 @@
<component name="DependencyValidationManager">
<scope name="IDE" pattern="file[idea]:*/||file[idea-analysis]:*/||file[ide-lazy-resolve]:*/" />
<scope name="IDE" pattern="src[idea]:*||file[idea]:testData/*/||src[ide-common]:*||src[idea-analysis]:*||src[idea-android]:*||src[idea-completion]:*||file[idea-completion]:testData/*/||src[idea-core]:*||src[idea-jps-common]:*||src[idea-live-templates]:*||file[idea-live-templates]:testData/*/||src[idea-repl]:*" />
</component>