Info

Showing all detectors for the Go language with info severity.

Useless if Body

If statement with identical bodies in if and else blocks

Channel Guarded With Mutex

Redundant mutex guards on channels in Go

Redundant Equality Check

Redundant equality checks affect code quality and return predictable results

Unchecked Batch Operation Failures

Unhandled failures in AWS batch operations

Useless if Conditional

Redundant conditional checks

Hidden Goroutine

Asynchronous hidden goroutine function invocations

Use Filepath Join

File path compatibility with different systems path separators risks from path.Join

Hardcoded true or false

Redundant true/false conditions in if statements