Skip to content

Commit

Permalink
changed default inspection level
Browse files Browse the repository at this point in the history
  • Loading branch information
rslavin committed May 9, 2017
1 parent a058941 commit 34c393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<extensions defaultExtensionNs="com.intellij">
<inspectionToolProvider implementation="edu.utsa.cs.sefm.privacypolicyplugin.PolicyViolationToolProvider"/>
<localInspection language="JAVA" enabledByDefault="true" level="ERROR"
<localInspection language="JAVA" enabledByDefault="true" level="WARNING"
displayName="Privacy policy misalignment detection"
groupName="PoliDroid-AS" implementationClass="edu.utsa.cs.sefm.privacypolicyplugin.PolicyViolationInspection"/>
</extensions>
Expand Down

0 comments on commit 34c393e

Please sign in to comment.