Skip to content

Commit

Permalink
Temporary disable inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
zolotov committed Jan 25, 2016
1 parent c99b81a commit af62010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@

<!-- code style issues -->
<localInspection language="go" displayName="Comment of exported element starts with incorrect name" groupPath="Go"
groupName="Code style issues" enabledByDefault="true" level="WEAK WARNING"
groupName="Code style issues" enabledByDefault="false" level="WEAK WARNING"
implementationClass="com.goide.inspections.GoCommentStartInspection"/>
<localInspection language="go" displayName="Exported element should have its own declaration" groupPath="Go"
groupName="Code style issues" enabledByDefault="true" level="WEAK WARNING"
implementationClass="com.goide.inspections.GoExportedOwnDeclarationInspection"/>
<localInspection language="go" displayName="Struct initialization without field names" groupPath="Go"
groupName="Code style issues" enabledByDefault="true" level="WEAK WARNING"
groupName="Code style issues" enabledByDefault="false" level="WEAK WARNING"
implementationClass="com.goide.inspections.GoStructInitializationInspection"/>
<!-- /code style issues -->

Expand Down

0 comments on commit af62010

Please sign in to comment.