Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 759 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 759 Bytes

github-golang-checks-app

This is a github app to check and ensure the code quality of your golang application code on github.

Install golang-code-quality-check app on your repositories using below link

https://github.com/apps/golang-code-quality-check/installations/new

This checks the various aspects of your golang application code -

  1. Reports suspicious constructs
  2. Code liniting
  3. ASCII Check
  4. Body close
  5. Duplicate Code
  6. Cognitive complexity
  7. Cyclomatic complexity
  8. Error handling
  9. Dead Code
  10. Magic number
  11. Security Check
  12. Spelling Check
  13. Nested IF check
  14. Raw error check
  15. Type Conversion Check
  16. Unused parameter
  17. Unexpected whitespaces
  18. Repeated string check
  19. Code correctness