with statements can be merged

PTC-W0062
Anti-pattern
Major
a month ago a year old
Seen in 1 file
1

if statements can be merged

PTC-W0048
Anti-pattern
Major
a month ago a year old
Seen in 4 files
5

Unnecessary delete statement in a local scope

PTC-W0043
Anti-pattern
Major
a month ago a year old
Seen in 9 files
11

Detected the use of alert, confirm and prompt

JS-0052
Anti-pattern
Minor
a month ago a year old
Seen in 4 files
5

Prefer not to extend native types

JS-0061
Anti-pattern
Minor
a month ago a year old
Seen in 2 files
3

Prefer var declarations be placed at the top of their scope

JS-0102
Anti-pattern
Minor
a month ago a year old
Seen in 10 files
65

Initialization in variable declarations against recommended approach

JS-0119
Anti-pattern
Minor
a month ago a year old
Seen in 8 files
32

Consider using let or const instead of var

JS-0239
Anti-pattern
Major
a month ago a year old
Seen in 20 files
153

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
a month ago a year old
Seen in 16 files
48

Consider using arrow functions for callbacks

JS-0241
Anti-pattern
Minor
a month ago a year old
Seen in 18 files
48

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
a month ago a year old
Seen in 15 files
70

Found single char variable name

JS-C1002
Anti-pattern
Minor
a month ago a year old
Seen in 4 files
6

Found unused objects

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

Branches of the if statement have similar implementation

PTC-W0051
Anti-pattern
Major
a month ago a year old
Seen in 1 file
2

Unused constructor parameter

PHP-W1037
Anti-pattern
Major
a month ago a year old
Seen in 1 file
1

Use const declarations for variables that are never reassigned

JS-0242
Anti-pattern
Minor
a month ago a year old
Seen in 4 files
12

Unused variable found

PYL-W0612
Anti-pattern
Major
a month ago 10 months old
Seen in 11 files
14

Unused variable

SH-2034
Anti-pattern
Major
a month ago a year old
Seen in 1 file
1

Function with cyclomatic complexity higher than threshold found

PHP-R1006
Anti-pattern
Minor
a month ago 10 months old
Seen in 3 files
3

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

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

Avoid use of == and !=

JS-0050
Anti-pattern
Minor
a month ago a year old
Seen in 22 files
89