Skip to content

Merge pull request #2 from DanielOrge/DanielOrge-patch-2

b66725d
Select commit
Loading
Failed to load commit list.
Open

Add file with intentional code issues for analysis #1

Merge pull request #2 from DanielOrge/DanielOrge-patch-2
b66725d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Oct 20, 2025 in 0s

Your pull request is up to standards!

Codacy found no issues in your code

Annotations

Check notice on line 5 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L5

Avoid assignments in operands

Check warning on line 5 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L5

Expected a conditional expression and instead saw an assignment.

Check warning on line 13 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L13

'undeclaredVar' is not defined.

Check warning on line 20 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L20

'unused' is assigned a value but never used.

Check warning on line 20 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L20

'unused' is assigned a value but never used.

Check warning on line 23 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L23

'badIndent' is defined but never used.

Check warning on line 23 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L23

'badIndent' is defined but never used.

Check warning on line 28 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L28

'unreachable' is defined but never used.

Check warning on line 28 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L28

'unreachable' is defined but never used.

Check warning on line 30 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L30

Unreachable code.

Check notice on line 42 in aspie.js

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

aspie.js#L42

Unnecessary semicolon.