nargs in analysis-tools-dev/static-analysis

nargs is a Go static analysis tool to find unused arguments in function declarations.

created at May 17, 2019, 1:24 p.m.

Go

4 +0

84 +0

5 +0

GitHub
dogsled in analysis-tools-dev/static-analysis

dogsled is a Go static analysis tool to find assignments/declarations with too many blank identifiers.

created at Nov. 2, 2018, 12:44 a.m.

Go

4 +0

71 +0

2 +0

GitHub
nakedret in analysis-tools-dev/static-analysis

nakedret is a Go static analysis tool to find naked returns in functions greater than a specified function length.

created at Oct. 8, 2017, 4:48 p.m.

Go

5 +0

126 +0

13 +0

GitHub
prealloc in analysis-tools-dev/static-analysis

prealloc is a Go static analysis tool to find slice declarations that could potentially be preallocated.

created at Nov. 6, 2017, 12:48 a.m.

Go

8 +0

634 +1

24 +0

GitHub