Permalink
Browse files

Disabled type annotation inspections in IntelliJ.

Synced common scala .gitignore across repositories.
  • Loading branch information...
1 parent 3e4f92d commit 7f4b9839fe136acb0410d649d0a9ea53a40b5354 @kshakir kshakir committed Jan 23, 2017
Showing with 17 additions and 4 deletions.
  1. +11 −4 .gitignore
  2. +6 −0 .idea/inspectionProfiles/Project_Default.xml
View
@@ -1,5 +1,12 @@
-tags
-.idea/
-target
-.artifactory
+# common scala config
*~
+.DS_Store
+.artifactory
+.idea/*
+!/.idea/inspectionProfiles/
+.idea/inspectionProfiles/*
+!/.idea/inspectionProfiles/Project_Default.xml
+target
+
+# custom config
+tags
@@ -0,0 +1,6 @@
+<component name="InspectionProjectProfileManager">
+ <profile version="1.0">
+ <option name="myName" value="Project Default" />
+ <inspection_tool class="TypeAnnotation" enabled="false" level="WARNING" enabled_by_default="false" />
+ </profile>
+</component>

0 comments on commit 7f4b983

Please sign in to comment.