Dashboard
Resources
Pricing
Discover
Directory
Log in
willtheorangeguy
/
Note-Style-Guide
Active
Last analyzed
f1145e3
8 days ago
Default analysis branch is
main
Currently analyzing run
Overview
Issues
Metrics
History
All
Sort
Recommended
4.4k
All issues
31,614
Recommended
4,381
Bug risk
14,591
Anti-pattern
16,068
Security
6
Performance
188
Type check
0
Coverage
0
Style
0
Documentation
761
Null comparisons without type-checking operators may not work as intended
JS-0059
Bug risk
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 2 other files
276
Object.prototype
builtins should not be used directly
JS-0021
Bug risk
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 2 other files
26
Found Yoda conditions
JS-0104
Bug risk
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 3 other files
2.4k
Call to Function object
JS-R1003
Anti-pattern
3 months ago
—
3 months old
Found in sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and sites/../js_cx_3G5muxJCqcm1mxKQ7ZH-BckKdIIWrVZaBksXucMY.js
4
Always tag the version of an image explicitly
DOK-DL3006
Bug risk
4 months ago
—
4 months old
Found in Dockerfile
1
Found redeclared variables
JS-0085
Bug risk
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 3 other files
28
Found assignment operators in conditional expressions
JS-0001
Bug risk
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 2 other files
14
Found the usage of undeclared variables
JS-0125
Bug risk
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 3 other files
306
Should not have unused variables
JS-0128
Bug risk
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 3 other files
118
Found confusing multiline expressions
JS-0024
Bug risk
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 2 other files
7
Found control characters in regular expressions
JS-0004
Bug risk
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 2 other files
4
Avoid use of
==
and
!=
JS-0050
Anti-pattern
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 3 other files
965
Avoid square-bracket notation when accessing properties
JS-0049
Anti-pattern
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 2 other files
36
Fallthrough of
case
statements found
JS-0064
Anti-pattern
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 1 other file
3
Found empty block statements
JS-0009
Anti-pattern
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 3 other files
53
Found unused objects
JS-R1002
Anti-pattern
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 2 other files
8
Bad usage of
RegExp#exec
and
String#match
JS-D007
Performance
3 months ago
—
3 months old
Found in sites/../js_0p7aI4SFMot8mTZlphriJZYmCEIG1pK6f7s-GlKnid8.js, sites/../js_16h6mJQaenjVcsrUSh-y9Gs1gMA-XkSmsetMxrloI0M.js and 2 other files
88