You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
1.1 KiB

  1. <component name="InspectionProjectProfileManager">
  2. <profile version="1.0">
  3. <option name="myName" value="Project Default" />
  4. <inspection_tool class="GoUnhandledErrorResult" enabled="true" level="WARNING" enabled_by_default="true">
  5. <methods>
  6. <method importPath="hash" receiver="Hash" name="Write" />
  7. <method importPath="strings" receiver="*Builder" name="Write" />
  8. <method importPath="strings" receiver="*Builder" name="WriteByte" />
  9. <method importPath="bytes" receiver="*Buffer" name="WriteRune" />
  10. <method importPath="bytes" receiver="*Buffer" name="Write" />
  11. <method importPath="bytes" receiver="*Buffer" name="WriteString" />
  12. <method importPath="strings" receiver="*Builder" name="WriteString" />
  13. <method importPath="bytes" receiver="*Buffer" name="WriteByte" />
  14. <method importPath="strings" receiver="*Builder" name="WriteRune" />
  15. <method importPath="math/rand" receiver="*Rand" name="Read" />
  16. <method importPath="io" receiver="ReadCloser" name="Close" />
  17. </methods>
  18. </inspection_tool>
  19. </profile>
  20. </component>