File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 2121 # Install inspections
2222 mkdir -p $i /inspection
2323 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
2428 fi
2529done
2630
You can’t perform that action at this time.
0 commit comments