Dashboard
Resources
Pricing
Discover
Directory
Log in
GooseterV
/
Project-Euler
Active
Last analyzed
0e58a0f
4 months ago
Default analysis branch is
master
Currently analyzing run
Overview
Issues
Metrics
History
All
Sort
Recommended
70
All issues
405
Recommended
70
Bug risk
27
Anti-pattern
48
Security
0
Performance
1
Type check
0
Coverage
0
Style
261
Documentation
68
Unnecessary generator
PTC-W0015
Anti-pattern
4 months ago
—
4 months old
Found in python/funcs.py, python/p008.py and 1 other file
3
Imported name is not used anywhere in the module
PY-W2000
Anti-pattern
4 months ago
—
4 months old
Found in python/funcs.py, python/p002.py and 1 other file
5
Omit the parentheses in defs when the method doesn't accept any arguments
RB-ST1029
Anti-pattern
4 months ago
—
4 months old
Found in ruby/p001.rb, ruby/p002.rb and 8 other files
10
Consider using a set comprehension
PYL-R1718
Performance
4 months ago
—
4 months old
Found in python/funcs.py
1
No newline at end of file
FLK-W292
Style
4 months ago
—
4 months old
Found in python/p001.py, python/p002.py and 9 other files
11
Blank line contains whitespace
FLK-W293
Style
4 months ago
—
4 months old
Found in python/p008.py
1
Outer local variable is shadowed
RB-LI1066
Bug risk
4 months ago
—
4 months old
Found in ruby/p008.rb
1
Found the usage of undeclared variables
JS-0125
Bug risk
4 months ago
—
4 months old
Found in javascript/p003.js and javascript/p005.js
17
Found constant expressions in conditions
JS-0003
Bug risk
4 months ago
—
4 months old
Found in javascript/p003.js
1
Redundant
else
due to
return
CS-R1044
Anti-pattern
4 months ago
—
4 months old
Found in csharp/p004.cs
1
Use File Scoped
namespace
s instead of typical
namespace
s
CS-R1062
Anti-pattern
4 months ago
—
4 months old
Found in csharp/p001.cs, csharp/p002.cs and 2 other files
4
Use underscores to make long numeric literals readable
CS-R1076
Anti-pattern
4 months ago
—
4 months old
Found in csharp/p003.cs
1
Unused variable found
PYL-W0612
Anti-pattern
4 months ago
—
4 months old
Found in python/openProblem.py
2
Re-defined variable from outer scope
PYL-W0621
Anti-pattern
4 months ago
—
4 months old
Found in python/openProblem.py
2
Avoid use of
==
and
!=
JS-0050
Anti-pattern
4 months ago
—
4 months old
Found in javascript/p003.js, javascript/p005.js and 1 other file
3
Type names must begin with an uppercase letter
JAVA-C1001
Style
4 months ago
—
4 months old
Found in javasec/p001.java, javasec/p002.java and 5 other files
7