Project_Default.xml 1.5 KB

1234567891011121314151617181920212223
  1. <component name="InspectionProjectProfileManager">
  2. <profile version="1.0">
  3. <option name="myName" value="Project Default" />
  4. <inspection_tool class="GoCommentLeadingSpace" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
  5. <inspection_tool class="GoNameStartsWithPackageName" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
  6. <inspection_tool class="GoRedundantBlankArgInRange" enabled="false" level="WARNING" enabled_by_default="false" />
  7. <inspection_tool class="GoRedundantConversion" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
  8. <inspection_tool class="GoRedundantParens" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
  9. <inspection_tool class="GoRedundantTypeDeclInCompositeLit" enabled="false" level="WARNING" enabled_by_default="false" />
  10. <inspection_tool class="GoSnakeCaseUsage" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
  11. <inspection_tool class="GoUnhandledErrorResult" enabled="true" level="WARNING" enabled_by_default="true">
  12. <functions>
  13. <function importPath="fmt" name="Printf" />
  14. <function importPath="fmt" name="Errorf" />
  15. <function importPath="math/rand" name="Read" />
  16. <function importPath="fmt" name="Println" />
  17. <function importPath="fmt" name="Print" />
  18. <function importPath="fmt" name="Fprintf" />
  19. </functions>
  20. </inspection_tool>
  21. <inspection_tool class="GoUnsortedImport" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
  22. </profile>
  23. </component>