ctrl-vary / kh-manager-system

Unused private class property found

PHP-W1075
Anti-pattern
Minor
2 years ago 2 years old
Seen in 2 files
2

Found leading or trailing decimal points in numeric literals

JS-0065
Anti-pattern
Minor
a year ago 2 years old
Seen in 4 files
8

Found shorthand type coercions

JS-0066
Anti-pattern
Minor
a year ago 2 years old
Seen in 56 files
376

Found new operators with the String, Number and Boolean Objects

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

Prefer adding u flag in regular expressions

JS-0117
Anti-pattern
Minor
a year ago 2 years old
Seen in 12 files
22

Call to Function object

JS-R1003
Anti-pattern
Minor
a year ago 2 years old
Seen in 2 files
4

Avoid square-bracket notation when accessing properties

JS-0049
Anti-pattern
Minor
a year ago 2 years old
Seen in 34 files
536

Avoid use of == and !=

JS-0050
Anti-pattern
Minor
a year ago 2 years old
Seen in 70 files
2.3k

Prefer that for-in loops should include an if statement

JS-0051
Anti-pattern
Minor
a year ago 2 years old
Seen in 44 files
188

Found empty functions

JS-0057
Anti-pattern
Minor
a year ago 2 years old
Seen in 44 files
102

Prefer not to extend native types

JS-0061
Anti-pattern
Minor
a year ago 2 years old
Seen in 4 files
16

Detected the use of alert, confirm and prompt

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

Assignment operators should not be used in return statements

JS-0086
Anti-pattern
Minor
a year ago 2 years old
Seen in 2 files
4

Comparisons found where both the sides are exactly the same

JS-0089
Anti-pattern
Major
a year ago 2 years old
Seen in 2 files
2

Usage of comma operators should be avoided

JS-0090
Anti-pattern
Minor
a year ago 2 years old
Seen in 4 files
6

Unnecessary calls to .call() and .apply() found

JS-0095
Anti-pattern
Minor
a year ago 2 years old
Seen in 20 files
22

Prefer the usage of regular expression literals over the RegExp constructor

JS-0115
Anti-pattern
Minor
a year ago 2 years old
Seen in 4 files
30

Consider using let or const instead of var

JS-0239
Anti-pattern
Major
a year ago 2 years old
Seen in 124 files
8.9k

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
a year ago 2 years old
Seen in 84 files
4.3k

Require rest parameters instead of arguments

JS-0244
Anti-pattern
Minor
a year ago 2 years old
Seen in 42 files
526

Require spread operators instead of .apply()

JS-0245
Anti-pattern
Minor
a year ago 2 years old
Seen in 22 files
244

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
a year ago 2 years old
Seen in 84 files
1.5k

Consider using arrow functions for callbacks

JS-0241
Anti-pattern
Minor
a year ago 2 years old
Seen in 94 files
2.5k

Found labeled statements

JS-0071
Anti-pattern
Minor
a year ago 2 years old
Seen in 2 files
12

Found single char variable name

JS-C1002
Anti-pattern
Minor
a year ago 2 years old
Seen in 72 files
862