druid/.idea/scopes/JavaInspectionsScope.xml
Chi Cao Minh e7eb45e648
Run IntelliJ inspections on Travis (#9179)
* Run IntelliJ inspections on Travis

Running IntelliJ inspections currently takes about 90 minutes, but they
can be run in about 30 minutes on Travis.

* Restore assert statements
2020-02-19 11:34:19 +03:00

3 lines
135 B
XML

<component name="DependencyValidationManager">
<scope name="JavaInspectionsScope" pattern="file:*.java||file:pom.xml" />
</component>