Dashboard
Resources
Pricing
Discover
Directory
Log in
Kabilan108
/
CaBiD
Active
Last analyzed
2d22a58
3 months ago
Default analysis branch is
dev
Currently analyzing run
Overview
Issues
Metrics
History
All
Sort
Recommended
72
All issues
269
Recommended
72
Bug risk
1
Anti-pattern
33
Security
30
Performance
9
Type check
0
Coverage
0
Style
149
Documentation
47
Imported name is not used anywhere in the module
PY-W2000
Anti-pattern
3 months ago
—
3 months old
Found in src/dge.py
1
Unnecessary lambda expression
PYL-W0108
Anti-pattern
3 months ago
—
3 months old
Found in src/curation.py and src/utils.py
2
Consider merging
isinstance
calls
PYL-R1701
Anti-pattern
3 months ago
—
3 months old
Found in src/curation.py and src/utils.py
3
Consider using literal syntax to create the data structure
PTC-W0019
Performance
3 months ago
—
3 months old
Found in src/curation.py and src/gui.py
2
Assert statement used outside of tests
BAN-B101
Security
3 months ago
—
3 months old
Found in src/curation.py, src/gui.py and 1 other file
24
Unnecessary
else
/
elif
used after
raise
PYL-R1720
Style
3 months ago
—
3 months old
Found in src/utils.py
2
Blank line contains whitespace
FLK-W293
Style
3 months ago
—
3 months old
Found in src/curation.py, src/dge.py and 2 other files
23
Unused variable found
PYL-W0612
Anti-pattern
3 months ago
—
3 months old
Found in src/curation.py and src/gui.py
2
Re-defined variable from outer scope
PYL-W0621
Anti-pattern
3 months ago
—
3 months old
Found in src/dge.py and src/gui.py
3
Argument redefined from local
PYL-R1704
Anti-pattern
3 months ago
—
3 months old
Found in src/gui.py
1
Function contains unused argument
PYL-W0613
Anti-pattern
3 months ago
—
3 months old
Found in src/gui.py
5
Re-definition found for builtin function
PYL-W0622
Anti-pattern
3 months ago
—
3 months old
Found in src/curation.py and src/utils.py
3
Exception caught is very general
PYL-W0703
Anti-pattern
3 months ago
—
3 months old
Found in src/curation.py
1