v1 Rewrite #4
test.yml
on: pull_request
balto-eslint-v9
8s
balto-eslint-v8
7s
balto-eslint-v7
6s
balto-eslint-v6
12s
Annotations
34 errors and 8 warnings
no-undef:
test/v7/.eslintrc.js#L1
'module' is not defined.
|
no-unused-vars:
test/v7/existing.js#L1
'hello' is defined but never used.
|
no-unused-vars:
test/v7/existing.js#L1
'this_should_be_ignored_because_its_an_existing_violation' is defined but never used.
|
no-const-assign:
test/v7/existing.js#L4
'a' is constant.
|
no-unused-vars:
test/v7/existing.js#L4
'a' is assigned a value but never used.
|
no-unused-vars:
test/v7/new.js#L1
'addOne' is defined but never used.
|
use-isnan:
test/v7/new.js#L2
Use the isNaN function to compare with NaN.
|
no-extra-semi:
test/v7/new.js#L7
Unnecessary semicolon.
|
no-unused-vars:
test/v7/new.js#L9
'not_camel_case' is assigned a value but never used.
|
balto-eslint-v7:
test/v7/package-lock.json#L2
Parsing error: Unexpected token :
|
no-unused-vars:
test/v8/existing.js#L1
'hello' is defined but never used.
|
no-unused-vars:
test/v8/existing.js#L1
'this_should_be_ignored_because_its_an_existing_violation' is defined but never used.
|
no-const-assign:
test/v8/existing.js#L4
'a' is constant.
|
no-unused-vars:
test/v8/existing.js#L4
'a' is assigned a value but never used.
|
no-unused-vars:
test/v8/new.js#L1
'addOne' is defined but never used.
|
use-isnan:
test/v8/new.js#L2
Use the isNaN function to compare with NaN.
|
no-unused-vars:
test/v8/new.js#L9
'not_camel_case' is assigned a value but never used.
|
no-unused-vars:
test/v9/existing.js#L1
'hello' is defined but never used.
|
no-unused-vars:
test/v9/existing.js#L1
'this_should_be_ignored_because_its_an_existing_violation' is defined but never used.
|
no-const-assign:
test/v9/existing.js#L4
'a' is constant.
|
no-unused-vars:
test/v9/existing.js#L4
'a' is assigned a value but never used.
|
no-unused-vars:
test/v9/new.js#L1
'addOne' is defined but never used.
|
use-isnan:
test/v9/new.js#L2
Use the isNaN function to compare with NaN.
|
no-unused-vars:
test/v9/new.js#L9
'not_camel_case' is assigned a value but never used.
|
no-unused-vars:
test/v6/existing.js#L1
'hello' is defined but never used.
|
no-unused-vars:
test/v6/existing.js#L1
'this_should_be_ignored_because_its_an_existing_violation' is defined but never used.
|
no-unused-vars:
test/v6/existing.js#L3
'a' is assigned a value but never used.
|
no-const-assign:
test/v6/existing.js#L4
'a' is constant.
|
no-unused-vars:
test/v6/new.js#L1
'addOne' is defined but never used.
|
use-isnan:
test/v6/new.js#L2
Use the isNaN function to compare with NaN.
|
no-extra-semi:
test/v6/new.js#L7
Unnecessary semicolon.
|
no-unused-vars:
test/v6/new.js#L9
'not_camel_case' is assigned a value but never used.
|
balto-eslint-v6:
test/v6/package-lock.json#L2
Parsing error: Unexpected token :
|
balto-eslint-v6:
test/v6/package.json#L2
Parsing error: Unexpected token :
|
camelcase:
test/v7/existing.js#L1
Identifier 'this_should_be_ignored_because_its_an_existing_violation' is not in camel case.
|
camelcase:
test/v7/new.js#L9
Identifier 'not_camel_case' is not in camel case.
|
camelcase:
test/v8/existing.js#L1
Identifier 'this_should_be_ignored_because_its_an_existing_violation' is not in camel case.
|
camelcase:
test/v8/new.js#L9
Identifier 'not_camel_case' is not in camel case.
|
camelcase:
test/v9/existing.js#L1
Identifier 'this_should_be_ignored_because_its_an_existing_violation' is not in camel case.
|
camelcase:
test/v9/new.js#L9
Identifier 'not_camel_case' is not in camel case.
|
camelcase:
test/v6/existing.js#L1
Identifier 'this_should_be_ignored_because_its_an_existing_violation' is not in camel case.
|
camelcase:
test/v6/new.js#L9
Identifier 'not_camel_case' is not in camel case.
|