DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now

a11smiles / GitSync
Active

Last analyzed a290e90 2 months ago
Default analysis branch is
Currently analyzing run
All issues
58
Recommended
2
Bug Risk
3
Anti-pattern
46
Security
0
Performance
9
Typecheck
0
Coverage
0
Style
0
Documentation
0

Avoid use of == and !=

JS-0050
Anti-pattern
4 months ago — 7 months old
Found in gitsync.js
2

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

JS-0045
Anti-pattern
4 months ago — 7 months old
Found in gitsync.js
1

No default cases in switch statements

JS-0047
Anti-pattern
7 months ago — 7 months old
Found in gitsync.js
1

Class methods should utilize this

JS-0105
Anti-pattern
4 months ago — 7 months old
Found in gitsync.js
6

Use const declarations for variables that are never reassigned

JS-0242
Anti-pattern
4 months ago — 7 months old
Found in gitsync.js
33

Require template literals instead of string concatenation

JS-0246
Anti-pattern
7 months ago — 7 months old
Found in gitsync.js
3