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

ESLint Report Analysis

20 ESLint error(s) and 9 ESLint warning(s) found

Details

Annotations

Check warning on line 192 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#L192

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

Check failure on line 341 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#L341

[@stylistic/js/arrow-parens] Expected parentheses around arrow function argument.

Check failure on line 344 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#L344

[@stylistic/js/comma-spacing] A space is required after ','.

Check warning on line 147 in new-log-viewer/src/contexts/StateContextProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/contexts/StateContextProvider.tsx#L147

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

Check warning on line 148 in new-log-viewer/src/contexts/StateContextProvider.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/contexts/StateContextProvider.tsx#L148

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

Check failure on line 19 in new-log-viewer/src/services/LogFileManager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/LogFileManager.ts#L19

[import/newline-after-import] Expected 2 empty lines after import statement not followed by another import.

Check failure on line 245 in new-log-viewer/src/services/LogFileManager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/LogFileManager.ts#L244-L245

[@stylistic/js/semi] Missing semicolon.

Check failure on line 247 in new-log-viewer/src/services/LogFileManager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/LogFileManager.ts#L247

[@stylistic/js/spaced-comment] Expected space or tab after '//' in comment.

Check failure on line 249 in new-log-viewer/src/services/LogFileManager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/LogFileManager.ts#L248-L249

[@stylistic/js/semi] Missing semicolon.

Check failure on line 250 in new-log-viewer/src/services/LogFileManager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/LogFileManager.ts#L250

[@stylistic/js/spaced-comment] Expected space or tab after '//' in comment.

Check failure on line 253 in new-log-viewer/src/services/LogFileManager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/LogFileManager.ts#L252-L253

[@stylistic/js/semi] Missing semicolon.

Check failure on line 256 in new-log-viewer/src/services/LogFileManager.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

new-log-viewer/src/services/LogFileManager.ts#L255-L256

[@stylistic/js/semi] Missing semicolon.

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 9 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-L9

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

Check failure on line 9 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#L9

[import/newline-after-import] Expected 2 empty lines after import statement not followed by another import.

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 failure 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

[@stylistic/js/indent] Expected indentation of 8 spaces but found 9.

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 failure on line 51 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#L50-L51

[@stylistic/js/semi] Missing semicolon.

Check failure on line 75 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#L74-L75

[@stylistic/js/semi] Missing semicolon.

Check warning on line 88 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#L88

[@stylistic/js/padding-line-between-statements] Expected blank line before this statement.

Check failure on line 194 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#L193-L194

[@stylistic/js/semi] Missing semicolon.

Check failure on line 210 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#L210

[class-methods-use-this] Expected 'this' to be used by class private method #createIndicesArray.

Check failure on line 211 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#L211

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

Check warning on line 215 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#L215

[@stylistic/js/padding-line-between-statements] Expected blank line before this statement.