convox / convox

Function call can be replaced with helper function

CRT-A0010
Anti-pattern
Major
2 days ago a year old
Seen in 5 files
9

Redundant statements can be removed

RVV-A0010
Anti-pattern
Major
2 days ago a year old
Seen in 1 file
1

Empty slice literal used to declare a variable

GO-W1027
Anti-pattern
Minor
2 days ago a year old
Seen in 28 files
59

Unnecessary use of fmt.Sprint/Sprintf

SCC-S1039
Anti-pattern
Minor
2 days ago a year old
Seen in 3 files
6

Found trapping a signal that cannot be trapped

SCC-SA1016
Anti-pattern
Major
2 days ago a year old
Seen in 1 file
1

Nested if can be replaced with else if

CRT-A0011
Anti-pattern
Major
2 days ago 9 months old
Seen in 1 file
1

Function literal can be simplified

CRT-A0018
Anti-pattern
Major
2 days ago a year old
Seen in 3 files
10

Exit inside non-main function

RVV-A0003
Anti-pattern
Major
2 days ago a year old
Seen in 3 files
3

Exported function returning value of unexported type

RVV-B0011
Anti-pattern
Critical
2 days ago a year old
Seen in 1 file
1

Avoid additional packages by specifying --no-install-recommends

DOK-DL3015
Anti-pattern
Major
2 days ago a year old
Seen in 1 file
2

Function with cyclomatic complexity higher than threshold

GO-R1005
Anti-pattern
Minor
2 days ago 7 months old
Seen in 14 files
21

Do not use apt, use apt-get or apt-cache instead

DOK-DL3027
Anti-pattern
Major
2 days ago a year old
Seen in 1 file
2

Found consecutive RUN commands

DOK-W1001
Anti-pattern
Minor
2 days ago a year old
Seen in 1 file
1

variable declaration without type

TF-L0043
Anti-pattern
Minor
2 days ago a year old
Seen in 9 files
23

switch with single case can be rewritten as if or if-else

CRT-A0014
Anti-pattern
Minor
2 days ago a year old
Seen in 4 files
4

Using a deprecated function, variable, constant or field

GO-W1009
Anti-pattern
Major
2 days ago a year old
Seen in 25 files
30

Usage of both value and pointer receivers

GO-W1029
Anti-pattern
Major
2 days ago a year old
Seen in 5 files
30