pierreaubert / spinorama

Found a non-const pointer type parameter which is never modified

CXX-C2014
Anti-pattern
Minor
6 months ago 9 months old
Seen in 1 file
1

Appending to list immediately following its definition

PY-W0070
Anti-pattern
Major
16 days ago 2 years old
Seen in 2 files
2

Logical operator can be refactored to optional chain

JS-W1044
Anti-pattern
Minor
5 days ago 16 days old
Seen in 1 file
11

Empty block of code found

PTC-W0047
Anti-pattern
Major
2 months ago 2 months old
Seen in 1 file
1

Useless inheritance from object

PYL-R0205
Anti-pattern
Major
3 months ago 8 months old
Seen in 1 file
1

Function/method with an empty body

PTC-W0049
Anti-pattern
Major
3 months ago 3 years old
Seen in 2 files
2

Unnecessary generator

PTC-W0015
Anti-pattern
Major
6 months ago 3 years old
Seen in 2 files
2

Unnecessary literal

PTC-W0018
Anti-pattern
Minor
6 months ago 3 years old
Seen in 1 file
1

Found unnecessary escape characters

JS-0097
Anti-pattern
Minor
3 days ago 3 days old
Seen in 1 file
1

Found single char variable name

JS-C1002
Anti-pattern
Minor
5 days ago 2 years old
Seen in 4 files
5

Avoid square-bracket notation when accessing properties

JS-0049
Anti-pattern
Minor
5 days ago 2 years old
Seen in 1 file
1

Found typedef instead of using

CXX-W2029
Anti-pattern
Minor
6 months ago a year old
Seen in 1 file
1

Unassigned string statement

PYL-W0105
Anti-pattern
Minor
6 months ago 9 months old
Seen in 1 file
1

Unit test class with no tests

PTC-W0046
Anti-pattern
Major
6 months ago 9 months old
Seen in 1 file
1

Found C-style array declaration in place of std::array or std::vector

CXX-W2066
Anti-pattern
Major
6 months ago 9 months old
Seen in 2 files
8

Function with cyclomatic complexity higher than threshold

PY-R1000
Anti-pattern
Minor
3 days ago 8 months old
Seen in 21 files
26

Function with cyclomatic complexity higher than threshold

JS-R1005
Anti-pattern
Minor
5 days ago 16 days old
Seen in 2 files
2

Use const declarations for variables that are never reassigned

JS-0242
Anti-pattern
Minor
16 days ago 2 years old
Seen in 3 files
4

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
5 days ago 2 years old
Seen in 3 files
12

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
5 days ago 2 years old
Seen in 7 files
142

No default cases in switch statements

JS-0047
Anti-pattern
Minor
5 days ago 2 years old
Seen in 1 file
1

Avoid use of == and !=

JS-0050
Anti-pattern
Minor
5 days ago 2 years old
Seen in 3 files
6

Unused variable found

PYL-W0612
Anti-pattern
Major
2 months ago 3 years old
Seen in 3 files
9

Exception caught is very general

PYL-W0703
Anti-pattern
Major
6 months ago 3 years old
Seen in 2 files
2

Re-definition found for builtin function

PYL-W0622
Anti-pattern
Minor
5 days ago 3 years old
Seen in 3 files
3