Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions javascriptFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"use strict";

var unusedVar = "double quotes"

Check warning on line 5 in javascriptFile.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

javascriptFile.js#L5

'unusedVar' is assigned a value but never used.

Check warning on line 5 in javascriptFile.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

javascriptFile.js#L5

'unusedVar' is assigned a value but never used.

Check failure on line 5 in javascriptFile.js

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

javascriptFile.js#L5

Error in no-unsanitized: Unexpected Callee. Please report a minimal code snippet to the developers at https://github.com/mozilla/eslint-plugin-no-unsanitized/issues/new?title=Unsupported%20Callee%20of%20type%20Literal%20for%20CallExpression

(function($, window) {
var classVar = (function() {

Expand Down