gochan-org / gochan

Exit inside non-main function

RVV-A0003
Anti-pattern
Major
2 months ago 2 years old
Seen in 3 files
14

Error objects should be used as Promise rejection reasons

JS-0114
Anti-pattern
Major
2 months ago 2 years old
Seen in 2 files
3

Either all code paths should have explicit returns, or none of them

JS-0045
Anti-pattern
Minor
2 months ago 2 years old
Seen in 4 files
6

No default cases in switch statements

JS-0047
Anti-pattern
Minor
2 months ago 2 years old
Seen in 2 files
2

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
2 months ago 2 years old
Seen in 16 files
37

The usage of javascript: urls is not recommended

JS-0087
Anti-pattern
Minor
2 months ago 2 years old
Seen in 4 files
4

Detected the use of alert, confirm and prompt

JS-0052
Anti-pattern
Minor
2 months ago 2 years old
Seen in 1 file
3

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
2 months ago 2 years old
Seen in 8 files
21

Consider using arrow functions for callbacks

JS-0241
Anti-pattern
Minor
2 months ago 2 years old
Seen in 1 file
1

global statement detected

PYL-W0603
Anti-pattern
Major
2 months ago 2 years old
Seen in 3 files
9

Found single char variable name

JS-C1002
Anti-pattern
Minor
2 months ago 2 years old
Seen in 3 files
4

Prefer that for-in loops should include an if statement

JS-0051
Anti-pattern
Minor
2 months ago 2 years old
Seen in 1 file
2

Assignment operators should not be used in return statements

JS-0086
Anti-pattern
Minor
2 months ago 2 years old
Seen in 1 file
2

Usage of both value and pointer receivers

GO-W1029
Anti-pattern
Major
2 months ago a year old
Seen in 2 files
9

Default parameters should be placed after non-default ones

JS-0302
Anti-pattern
Major
2 months ago a year old
Seen in 1 file
1

Detected the delete operator with computed key expressions

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

Use for-of loop for array

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

Unit test class with no tests

PTC-W0046
Anti-pattern
Major
2 months ago a year old
Seen in 1 file
1

Function with cyclomatic complexity higher than threshold

PY-R1000
Anti-pattern
Minor
2 months ago 7 months old
Seen in 1 file
1

Function with cyclomatic complexity higher than threshold

GO-R1005
Anti-pattern
Minor
8 days ago 7 months old
Seen in 18 files
24