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
- Reports suspicious constructs
- Code liniting
- ASCII Check
- Body close
- Duplicate Code
- Cognitive complexity
- Cyclomatic complexity
- Error handling
- Dead Code
- Magic number
- Security Check
- Spelling Check
- Nested IF check
- Raw error check
- Type Conversion Check
- Unused parameter
- Unexpected whitespaces
- Repeated string check
- Code correctness