prealloc in analysis-tools-dev/static-analysis

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

updated at Sept. 22, 2024, 2:41 p.m.

Go

8 +0

634 +1

24 +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.

updated at Sept. 2, 2024, 1:16 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.

updated at Aug. 16, 2024, 5:12 a.m.

Go

5 +0

126 +0

13 +0

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

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

updated at July 24, 2024, 8:03 p.m.

Go

4 +0

84 +0

5 +0

GitHub