isudatateam / datateam

Consider iterating dictionary

PYL-C0201
Anti-pattern
Major
3 months ago 3 months old
Seen in 2 files
2

Statement not reachable on execution

PYL-W0101
Anti-pattern
Critical
3 months ago 3 months old
Seen in 1 file
1

Empty block of code found

PHP-W1085
Anti-pattern
Major
3 months ago 3 months old
Seen in 2 files
3

Unnecessary None provided as default

PTC-W0039
Anti-pattern
Minor
3 months ago 3 months old
Seen in 2 files
3

Consider using min builtin

PTC-W0041
Anti-pattern
Major
3 months ago 3 months old
Seen in 1 file
1

if statements can be merged

PTC-W0048
Anti-pattern
Major
3 months ago 3 months old
Seen in 4 files
4

Implicit enumerate calls found

PTC-W0060
Anti-pattern
Major
3 months ago 3 months old
Seen in 10 files
13

Consider removing the commented out code block

PY-W0069
Anti-pattern
Major
3 months ago 3 months old
Seen in 24 files
40

Found unnecessary escape characters

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

Prefer var declarations be placed at the top of their scope

JS-0102
Anti-pattern
Minor
3 months ago 3 months old
Seen in 3 files
31

Initialization in variable declarations against recommended approach

JS-0119
Anti-pattern
Minor
3 months ago 3 months old
Seen in 1 file
2

Consider using let or const instead of var

JS-0239
Anti-pattern
Major
3 months ago 3 months old
Seen in 3 files
51

Use shorthand property syntax for object literals

JS-0240
Anti-pattern
Minor
3 months ago 3 months old
Seen in 3 files
11

Consider using arrow functions for callbacks

JS-0241
Anti-pattern
Minor
3 months ago 3 months old
Seen in 3 files
36

Unused constructor parameter

PHP-W1037
Anti-pattern
Major
3 months ago 3 months old
Seen in 1 file
1

File opened without the with statement

PTC-W0010
Anti-pattern
Critical
3 months ago 3 months old
Seen in 8 files
8

Use items() to iterate over a dictionary

PTC-W0011
Anti-pattern
Major
3 months ago 3 months old
Seen in 3 files
3

Unassigned string statement

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

Unused variable found

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

Function contains unused argument

PYL-W0613
Anti-pattern
Major
3 months ago 3 months old
Seen in 2 files
3

Re-defined variable from outer scope

PYL-W0621
Anti-pattern
Major
a day ago 3 months old
Seen in 6 files
31

Function with cyclomatic complexity higher than threshold

PY-R1000
Anti-pattern
Minor
a day ago 3 months old
Seen in 10 files
10

Require template literals instead of string concatenation

JS-0246
Anti-pattern
Minor
3 months ago 3 months old
Seen in 3 files
77

Found empty block statements

JS-0009
Anti-pattern
Minor
3 months ago 3 months old
Seen in 1 file
1

Invalid variable usage

JS-0043
Anti-pattern
Critical
3 months ago 3 months old
Seen in 1 file
7