prysmaticlabs / prysm

Use (*bytes.Buffer).String or (*bytes.Buffer).Bytes

SCC-S1030
Anti-pattern
Major
a month ago a month old
Seen in 1 file
1

Unnecessary use of fmt.Sprint/Sprintf

SCC-S1039
Anti-pattern
Minor
a month ago 4 years old
Seen in 2 files
33

Empty slice literal used to declare a variable

GO-W1027
Anti-pattern
Minor
a month ago a year old
Seen in 1 file
1

Use http.NoBody instead of nil in http.NewRequest calls

GO-R4001
Anti-pattern
Major
a month ago a year old
Seen in 2 files
2

String concatenation can be simplified

GO-R4003
Anti-pattern
Major
2 months ago a year old
Seen in 1 file
1

Use plain channel send or receive

SCC-S1000
Anti-pattern
Major
a month ago 4 years old
Seen in 1 file
1

Using a deprecated function, variable, constant or field

GO-W1009
Anti-pattern
Major
9 days ago 2 years old
Seen in 15 files
39

Function with cyclomatic complexity higher than threshold

GO-R1005
Anti-pattern
Minor
a day ago 8 months old
Seen in 60 files
89

Usage of both value and pointer receivers

GO-W1029
Anti-pattern
Major
a month ago a year old
Seen in 9 files
75

Functions prefixed with Get should return a value

RVV-A0006
Anti-pattern
Major
15 days ago 8 months old
Seen in 5 files
29

Poorly chosen receiver name

SCC-ST1006
Anti-pattern
Minor
3 days ago 3 years old
Seen in 4 files
29

Unused variable

SH-2034
Anti-pattern
Major
2 months ago 3 years old
Seen in 1 file
4

Exit inside non-main function

RVV-A0003
Anti-pattern
Major
9 days ago 3 years old
Seen in 6 files
35

Importing the same package multiple times

GO-W5021
Anti-pattern
Minor
a month ago 2 years old
Seen in 1 file
1