Disable package-private inspection

master
Graham 5 years ago
parent ef9e61de33
commit e894c331bc
  1. 1
      .idea/.gitignore
  2. 12
      .idea/inspectionProfiles/Project_Default.xml

1
.idea/.gitignore vendored

@ -2,3 +2,4 @@
!.gitignore
!codeStyles
!fileTemplates
!inspectionProfiles

@ -0,0 +1,12 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="WeakerAccess" enabled="true" level="WARNING" enabled_by_default="true">
<option name="SUGGEST_PACKAGE_LOCAL_FOR_MEMBERS" value="false" />
<option name="SUGGEST_PACKAGE_LOCAL_FOR_TOP_CLASSES" value="false" />
<option name="SUGGEST_PRIVATE_FOR_INNERS" value="false" />
<disabledExtension id="junit" />
<disabledExtension id="moduleInfo" />
</inspection_tool>
</profile>
</component>
Loading…
Cancel
Save