File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 217
217
218
218
<!-- code style issues -->
219
219
<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"
221
221
implementationClass =" com.goide.inspections.GoCommentStartInspection" />
222
222
<localInspection language =" go" displayName =" Exported element should have its own declaration" groupPath =" Go"
223
223
groupName =" Code style issues" enabledByDefault =" true" level =" WEAK WARNING"
224
224
implementationClass =" com.goide.inspections.GoExportedOwnDeclarationInspection" />
225
225
<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"
227
227
implementationClass =" com.goide.inspections.GoStructInitializationInspection" />
228
228
<!-- /code style issues -->
229
229
You can’t perform that action at this time.
0 commit comments