GooseterV / Project-Euler

Unnecessary generator

PTC-W0015
Anti-pattern
Major
a year ago a year old
Seen in 3 files
3

Found leading or trailing decimal points in numeric literals

JS-0065
Anti-pattern
Minor
a year ago a year old
Seen in 1 file
1

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
Major
a year ago a year old
Seen in 3 files
5

Omit the parentheses in defs when the method doesn't accept any arguments

RB-ST1029
Anti-pattern
Minor
a year ago a year old
Seen in 10 files
10

Replace with Integer#odd?/Integer#even?

RB-ST1046
Anti-pattern
Minor
a year ago a year old
Seen in 1 file
1

Avoid use of == and !=

JS-0050
Anti-pattern
Minor
a year ago a year old
Seen in 3 files
3

Use const declarations for variables that are never reassigned

JS-0242
Anti-pattern
Minor
a year ago a year old
Seen in 3 files
7

Found single char variable name

JS-C1002
Anti-pattern
Minor
a year ago a year old
Seen in 3 files
6

Redundant else due to return

CS-R1044
Anti-pattern
Major
a year ago a year old
Seen in 1 file
1

Initialization in variable declarations against recommended approach

JS-0119
Anti-pattern
Minor
a year ago a year old
Seen in 1 file
2

Use File Scoped namespaces instead of typical namespaces

CS-R1062
Anti-pattern
Major
a year ago a year old
Seen in 4 files
4

Use underscores to make long numeric literals readable

CS-R1076
Anti-pattern
Major
a year ago a year old
Seen in 1 file
1

Unused variable found

PYL-W0612
Anti-pattern
Major
a year ago a year old
Seen in 1 file
2

Re-defined variable from outer scope

PYL-W0621
Anti-pattern
Major
a year ago a year old
Seen in 1 file
2