Dashboard
Resources
Pricing
Discover
Directory
Log in
Handvask
/
handvask
Active
Last analyzed
73e26eb
25 days ago
Default analysis branch is
main
Currently analyzing run
Overview
Issues
Metrics
History
All
Sort
Recommended
198
All issues
448
Recommended
198
Bug risk
149
Anti-pattern
111
Security
0
Performance
81
Type check
0
Coverage
0
Style
8
Documentation
99
Anomalous backslash detected
PY-W0073
Bug risk
2 months ago
—
2 months old
Found in minizinc/app/main.py
1
Consider removing the commented out code block
PY-W0069
Anti-pattern
a month ago
—
3 months old
Found in minizinc/app/main.py and python_backend/../test_main.py
2
Imported name is not used anywhere in the module
PY-W2000
Anti-pattern
a month ago
—
2 months old
Found in python_backend/../minizinc.py, python_backend/../solvers.py and 1 other file
11
if
expression used can be simplified
PYL-R1719
Anti-pattern
2 months ago
—
2 months old
Found in python_backend/app/routes/auth.py
1
Consider using
in
PYL-R1714
Performance
a month ago
—
a month old
Found in python_backend/app/routes/runs.py
1
Found the usage of undeclared variables
JS-0125
Bug risk
a month ago
—
a month old
Found in handvask_frontend/test/cypress/e2e/test.cy.js
137
Avoid use of
==
and
!=
JS-0050
Anti-pattern
a month ago
—
2 months old
Found in handvask_frontend/../CreateRun.tsx, handvask_frontend/../dzn.tsx and 7 other files
29
Use valid anchors
JS-0739
Anti-pattern
a month ago
—
2 months old
Found in handvask_frontend/src/components/Nav/index.tsx
1
Re-defined variable from outer scope
PYL-W0621
Anti-pattern
a month ago
—
2 months old
Found in minizinc/solver/main.py
1
Prefer to accompany
onClick
with some elements
JS-0746
Anti-pattern
2 months ago
—
2 months old
Found in handvask_frontend/../Modal.tsx and handvask_frontend/../SideBarButton.tsx
2
Found template literal expression having a non-string type
JS-0378
Anti-pattern
2 months ago
—
2 months old
Found in handvask_frontend/src/hooks/useAPI.ts
1
Function contains unused argument
PYL-W0613
Anti-pattern
a month ago
—
2 months old
Found in python_backend/app/routes/minizinc.py
2
Exception caught is very general
PYL-W0703
Anti-pattern
a month ago
—
2 months old
Found in minizinc/../utils.py and minizinc/../main.py
2
Re-definition found for builtin function
PYL-W0622
Anti-pattern
a month ago
—
a month old
Found in minizinc/app/main.py and minizinc/../utils.py
3
Found unused objects
JS-R1002
Anti-pattern
a month ago
—
a month old
Found in handvask_frontend/src/components/Button.tsx
1
Non-interactive elements assigned mouse/keyboard event listeners
JS-0760
Performance
2 months ago
—
2 months old
Found in handvask_frontend/src/components/SideBarButton.tsx
1
Interactive elements should be focusable
JS-0751
Performance
2 months ago
—
2 months old
Found in handvask_frontend/src/components/Modal.tsx
1
Test for object identity should be 'is not'
FLK-E714
Style
a month ago
—
a month old
Found in python_backend/app/routes/minizinc.py
1