Found leading or trailing decimal points in numeric literals

JS-0065
Anti-pattern
Minor
4 months ago 7 months old
Seen in 1 file
1

Found trailing undefined in function call

JS-W1042
Anti-pattern
Minor
4 months ago 6 months old
Seen in 3 files
12

Logical operator can be refactored to optional chain

JS-W1044
Anti-pattern
Minor
4 months ago 9 months old
Seen in 3 files
3

Empty object shoud be asserted with assert_empty

RB-W1016
Anti-pattern
Minor
4 months ago 9 months old
Seen in 5 files
8

Found shorthand type coercions

JS-0066
Anti-pattern
Minor
3 months ago 3 years old
Seen in 6 files
9

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
4 months ago 3 years old
Seen in 66 files
151

Found empty functions

JS-0057
Anti-pattern
Minor
4 months ago 3 years old
Seen in 20 files
29

Invalid variable usage

JS-0043
Anti-pattern
Critical
4 months ago 2 years old
Seen in 2 files
13

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 14 files
18

No default cases in switch statements

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

Avoid square-bracket notation when accessing properties

JS-0049
Anti-pattern
Minor
4 months ago 2 years old
Seen in 8 files
32

Found single char variable name

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

Use const declarations for variables that are never reassigned

JS-0242
Anti-pattern
Minor
4 days ago 2 years old
Seen in 9 files
82

Avoid use of == and !=

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

Unnecessary concatenation of literals or template literals found

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

Found no return statements in callbacks of array methods

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

Found empty block statements

JS-0009
Anti-pattern
Minor
4 months ago a year old
Seen in 1 file
1

Prefer not to extend native types

JS-0061
Anti-pattern
Minor
4 months ago a year old
Seen in 1 file
1

Prefer that for-in loops should include an if statement

JS-0051
Anti-pattern
Minor
4 months ago a year old
Seen in 1 file
1

Assignment operators should not be used in return statements

JS-0086
Anti-pattern
Minor
4 months ago a year old
Seen in 1 file
1

Throwing literals as exceptions is not recommended

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

Found unnecessary escape characters

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

Found redundant literal in a logical expression

JS-W1043
Anti-pattern
Minor
4 months ago 9 months old
Seen in 4 files
6

Found complex boolean return

JS-W1041
Anti-pattern
Major
4 months ago 9 months old
Seen in 5 files
6

Function with cyclomatic complexity higher than threshold

RB-R1001
Anti-pattern
Minor
4 months ago 8 months old
Seen in 1 file
1