irby / passwordless-authenticator-poc

Function call can be replaced with helper function

CRT-A0010
Anti-pattern
Major
a year ago a year old
Seen in 1 file
1

Use %q to quote a string in fmt.Sprintf format specifiers

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

Use plain channel send or receive

SCC-S1000
Anti-pattern
Major
a year ago a year old
Seen in 1 file
1

Found division operators explicitly at the beginning of regular expressions

JS-0055
Anti-pattern
Minor
a year ago a year old
Seen in 1 file
1

Don't use fmt.Sprintf("%s", x) unnecessarily

SCC-S1025
Anti-pattern
Major
a year ago a year old
Seen in 1 file
1

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
a year ago a year old
Seen in 3 files
3

Detected the use of custom TypeScript modules and namespaces

JS-0337
Anti-pattern
Minor
a year ago a year old
Seen in 1 file
1

Detected the use of variables before they are defined

JS-0357
Anti-pattern
Major
a year ago a year old
Seen in 2 files
4

Consider using arrow functions for callbacks

JS-0241
Anti-pattern
Minor
a year ago a year old
Seen in 1 file
1

Found unnecessary escape characters

JS-0097
Anti-pattern
Minor
a year ago a year old
Seen in 1 file
2

Found // @ts-<directive> comments

JS-0295
Anti-pattern
Major
a year ago a year old
Seen in 4 files
5

Detected usage of the any type

JS-0323
Anti-pattern
Critical
a year ago a year old
Seen in 1 file
3

Avoid using promises in places not designed to handle them

JS-0336
Anti-pattern
Major
a year ago a year old
Seen in 1 file
1

Detected the use of alert, confirm and prompt

JS-0052
Anti-pattern
Minor
a year ago a year old
Seen in 2 files
2

No default cases in switch statements

JS-0047
Anti-pattern
Minor
a year ago a year old
Seen in 2 files
2

Avoid use of == and !=

JS-0050
Anti-pattern
Minor
a year ago a year old
Seen in 1 file
1