Skip to content

Commit af62010

Browse files
committed
Temporary disable inspections
1 parent c99b81a commit af62010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@
217217

218218
<!-- code style issues -->
219219
<localInspection language="go" displayName="Comment of exported element starts with incorrect name" groupPath="Go"
220-
groupName="Code style issues" enabledByDefault="true" level="WEAK WARNING"
220+
groupName="Code style issues" enabledByDefault="false" level="WEAK WARNING"
221221
implementationClass="com.goide.inspections.GoCommentStartInspection"/>
222222
<localInspection language="go" displayName="Exported element should have its own declaration" groupPath="Go"
223223
groupName="Code style issues" enabledByDefault="true" level="WEAK WARNING"
224224
implementationClass="com.goide.inspections.GoExportedOwnDeclarationInspection"/>
225225
<localInspection language="go" displayName="Struct initialization without field names" groupPath="Go"
226-
groupName="Code style issues" enabledByDefault="true" level="WEAK WARNING"
226+
groupName="Code style issues" enabledByDefault="false" level="WEAK WARNING"
227227
implementationClass="com.goide.inspections.GoStructInitializationInspection"/>
228228
<!-- /code style issues -->
229229

0 commit comments

Comments
 (0)