Basic values and tests #16
main.yml
on: pull_request
lint-and-license
12s
Matrix: unit-tests
Annotations
10 errors
lint-and-license:
solarkraft/src/state/value.ts#L104
Unnecessary escape character: \_
|
lint-and-license:
solarkraft/test/state/value.test.ts#L13
'x_u32' is never reassigned. Use 'const' instead
|
lint-and-license:
solarkraft/test/state/value.test.ts#L18
'x_i32' is never reassigned. Use 'const' instead
|
lint-and-license:
solarkraft/test/state/value.test.ts#L30
'x_u64' is never reassigned. Use 'const' instead
|
lint-and-license:
solarkraft/test/state/value.test.ts#L35
'x_i64' is never reassigned. Use 'const' instead
|
lint-and-license:
solarkraft/test/state/value.test.ts#L47
'x_u128' is never reassigned. Use 'const' instead
|
lint-and-license:
solarkraft/test/state/value.test.ts#L52
'x_i128' is never reassigned. Use 'const' instead
|
lint-and-license:
solarkraft/test/state/value.test.ts#L65
's' is never reassigned. Use 'const' instead
|
lint-and-license:
solarkraft/test/state/value.test.ts#L76
's' is never reassigned. Use 'const' instead
|
lint-and-license
Process completed with exit code 1.
|