forked from square/java-code-styles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.codeinsight.xml
More file actions
18 lines (18 loc) · 906 Bytes
/
Copy patheditor.codeinsight.xml
File metadata and controls
18 lines (18 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<application>
<component name="CodeInsightSettings">
<EXCLUDED_PACKAGE NAME="autovalue.shaded" />
<EXCLUDED_PACKAGE NAME="avro.shaded" />
<EXCLUDED_PACKAGE NAME="com.beust.jcommander.internal" />
<EXCLUDED_PACKAGE NAME="com.google.inject.Inject" />
<EXCLUDED_PACKAGE NAME="com.sun.istack" />
<EXCLUDED_PACKAGE NAME="com.sun.jersey.spi.inject.Inject" />
<EXCLUDED_PACKAGE NAME="jline.internal" />
<EXCLUDED_PACKAGE NAME="joptsimple.internal" />
<EXCLUDED_PACKAGE NAME="junit.framework.Assert" />
<EXCLUDED_PACKAGE NAME="org.assertj.core.util" />
<EXCLUDED_PACKAGE NAME="org.flywaydb.core.internal.util" />
<EXCLUDED_PACKAGE NAME="org.hibernate.validator.internal" />
<EXCLUDED_PACKAGE NAME="org.mockito.internal.util.collections" />
<EXCLUDED_PACKAGE NAME="org.mockito.internal.verification.VerificationModeFactory" />
</component>
</application>