Skip to content
GitHub Actions / ESLint Report Analysis failed Sep 6, 2024 in 1s

ESLint Report Analysis

5 ESLint error(s) and 6 ESLint warning(s) found

Details

Annotations

Check warning on line 191 in new-log-viewer/src/components/Layout.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/components/Layout.tsx#L191

[@stylistic/js/max-len] This line has a length of 104. Maximum allowed is 100.

Check failure on line 83 in new-log-viewer/src/services/MainWorker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/MainWorker.ts#L82-L83

[@stylistic/js/semi] Missing semicolon.

Check warning on line 8 in new-log-viewer/src/services/decoders/ClpIrDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/ClpIrDecoder.ts#L1-L8

[simple-import-sort/imports] Run autofix to sort these imports!

Check failure on line 48 in new-log-viewer/src/services/decoders/ClpIrDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/ClpIrDecoder.ts#L48

[@typescript-eslint/no-unused-vars] 'logLevelFilter' is defined but never used.

Check warning on line 49 in new-log-viewer/src/services/decoders/ClpIrDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/ClpIrDecoder.ts#L49

[no-warning-comments] Unexpected 'todo' comment: 'TODO fix this after log level filtering...'.

Check warning on line 29 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L29

[jsdoc/informative-docs] This tag description only repeats the name it describes.

Check failure on line 40 in new-log-viewer/src/services/decoders/JsonlDecoder.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/decoders/JsonlDecoder.ts#L39-L40

[@stylistic/js/semi] Missing semicolon.

Check failure on line 24 in new-log-viewer/src/typings/logs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/typings/logs.ts#L24

[@stylistic/js/no-multi-spaces] Multiple spaces found before 'Object'.

Check failure on line 27 in new-log-viewer/src/typings/logs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/typings/logs.ts#L26-L27

[@stylistic/js/semi] Missing semicolon.

Check warning on line 38 in new-log-viewer/src/typings/logs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/typings/logs.ts#L37-L38

[@stylistic/js/comma-dangle] Missing trailing comma.

Check warning on line 5 in new-log-viewer/src/typings/worker.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/typings/worker.ts#L4-L5

[@stylistic/js/comma-dangle] Missing trailing comma.