File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ <application >
2
+ <component name =" CodeInsightSettings" >
3
+ <EXCLUDED_PACKAGE NAME =" autovalue.shaded" />
4
+ <EXCLUDED_PACKAGE NAME =" avro.shaded" />
5
+ <EXCLUDED_PACKAGE NAME =" com.beust.jcommander.internal" />
6
+ <EXCLUDED_PACKAGE NAME =" com.sun.istack" />
7
+ <EXCLUDED_PACKAGE NAME =" jline.internal" />
8
+ <EXCLUDED_PACKAGE NAME =" joptsimple.internal" />
9
+ <EXCLUDED_PACKAGE NAME =" junit.framework.Assert" />
10
+ <EXCLUDED_PACKAGE NAME =" org.assertj.core.util" />
11
+ <EXCLUDED_PACKAGE NAME =" org.flywaydb.core.internal.util" />
12
+ <EXCLUDED_PACKAGE NAME =" org.hibernate.validator.internal" />
13
+ <EXCLUDED_PACKAGE NAME =" org.mockito.internal.util.collections" />
14
+ <EXCLUDED_PACKAGE NAME =" org.mockito.internal.verification.VerificationModeFactory" />
15
+ <EXCLUDED_PACKAGE NAME =" junit.framework.Assert" />
16
+ </component >
17
+ </application >
Original file line number Diff line number Diff line change 21
21
# Install inspections
22
22
mkdir -p $i /inspection
23
23
cp -frv " $CONFIGS /inspection" /* $i /inspection
24
+
25
+ # Install options ("Exclude from Import and Completion")
26
+ mkdir -p $i /options
27
+ cp -frv " $CONFIGS /options" /* $i /options
24
28
fi
25
29
done
26
30
You can’t perform that action at this time.
0 commit comments