MissouriMRDT / Autonomy_Software

Imported name is not used anywhere in the module

PY-W2000
Anti-pattern
Major
3 days ago 13 days old
Seen in 1 file
1

Avoid use of ls | grep

SH-2010
Anti-pattern
Major
3 days ago 13 days old
Seen in 1 file
1

Unused variable

SH-2034
Anti-pattern
Major
3 days ago 13 days old
Seen in 2 files
2

Use WORKDIR to switch to a directory

DOK-DL3003
Anti-pattern
Minor
3 days ago 13 days old
Seen in 2 files
2

Do not use apt, use apt-get or apt-cache instead

DOK-DL3027
Anti-pattern
Major
3 days ago 13 days old
Seen in 2 files
2

Use any one of wget or curl but not both

DOK-DL4001
Anti-pattern
Minor
3 days ago 13 days old
Seen in 2 files
16

Found consecutive RUN commands

DOK-W1001
Anti-pattern
Minor
3 days ago 13 days old
Seen in 4 files
6

Unused variable found

PYL-W0612
Anti-pattern
Major
3 days ago 13 days old
Seen in 1 file
5

Function contains unused argument

PYL-W0613
Anti-pattern
Major
3 days ago 13 days old
Seen in 1 file
5

Function with cyclomatic complexity higher than threshold

PY-R1000
Anti-pattern
Minor
3 days ago 13 days old
Seen in 1 file
2

Avoid array-to-pointer decay

CXX-C1000
Anti-pattern
Minor
3 days ago 13 days old
Seen in 1 file
1

Boolean expression can be simplified

CXX-C2015
Anti-pattern
Minor
3 days ago 13 days old
Seen in 1 file
1

Audit required: found a non-const global variable

CXX-W2009
Anti-pattern
Minor
3 days ago 13 days old
Seen in 7 files
70

Implicit deletion of copy and move assignment constructors due to non-static const data member

CXX-W2010
Anti-pattern
Minor
3 days ago 13 days old
Seen in 6 files
13

Found redundant use of constructor on return, instead use the braced initializer list

CXX-W2033
Anti-pattern
Minor
3 days ago 13 days old
Seen in 1 file
2

Found redundant cloned branches

CXX-W2041
Anti-pattern
Minor
3 days ago 13 days old
Seen in 16 files
34

Use of legacy backtick

SH-2006
Anti-pattern
Major
3 days ago 13 days old
Seen in 1 file
1

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

CXX-W2066
Anti-pattern
Major
3 days ago 13 days old
Seen in 2 files
2