v1 Rewrite #4
Annotations
7 errors and 2 warnings
Run /./:
test/v9/existing.js#L1
'hello' is defined but never used.
|
Run /./:
test/v9/existing.js#L1
'this_should_be_ignored_because_its_an_existing_violation' is defined but never used.
|
Run /./:
test/v9/existing.js#L4
'a' is constant.
|
Run /./:
test/v9/existing.js#L4
'a' is assigned a value but never used.
|
Run /./:
test/v9/new.js#L1
'addOne' is defined but never used.
|
Run /./:
test/v9/new.js#L2
Use the isNaN function to compare with NaN.
|
Run /./:
test/v9/new.js#L9
'not_camel_case' is assigned a value but never used.
|
Run /./:
test/v9/existing.js#L1
Identifier 'this_should_be_ignored_because_its_an_existing_violation' is not in camel case.
|
Run /./:
test/v9/new.js#L9
Identifier 'not_camel_case' is not in camel case.
|
Loading