QuackatronHQ / Gigarepo

Consider merging isinstance calls

PYL-R1701
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
3

Self-assignment of variables

SCC-SA4018
Anti-pattern
Minor
a month ago 2 years old
Seen in 1 file
1

Unnecessary lambda expression

PYL-W0108
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Replace for loop with call to copy for slice

SCC-S1001
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Omit comparison with boolean constant

SCC-S1002
Anti-pattern
Minor
a month ago 2 years old
Seen in 1 file
1

Replace call to bytes.Compare with bytes.Equal

SCC-S1004
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Drop unnecessary use of the blank identifier

SCC-S1005
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Statement not reachable on execution

PYL-W0101
Anti-pattern
Critical
a month ago 2 years old
Seen in 1 file
1

Found for loop instead of append

SCC-S1011
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Found time.Now().Sub(t) instead of time.Since(t)

SCC-S1012
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Simplify error construction with fmt.Errorf

SCC-S1028
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Implicit enumerate calls found

PTC-W0060
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Pythagorean calculation detected with sub-optimal numerics

PTC-W0028
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Adding to set immediately following its definition

PY-W0071
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

if expression used can be simplified

PYL-R1719
Anti-pattern
Minor
a month ago 2 years old
Seen in 1 file
1

Unnecessary literal

PTC-W0018
Anti-pattern
Minor
a month ago 2 years old
Seen in 1 file
2

Found non-idiomatic returning of boolean expression

SCC-S1008
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Simplify slice expression to sliced value itself

CRT-A0016
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

if statements can be merged

PTC-W0048
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

with statements can be merged

PTC-W0062
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Unused nested function or class detected

PTC-W0065
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Set declaration has duplicate elements

PTC-W0050
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

No @staticmethod decorator

PYL-R0203
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

Use get() method to access values from a dictionary

PYL-R1715
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1

No @classmethod decorator

PYL-R0202
Anti-pattern
Major
a month ago 2 years old
Seen in 1 file
1