Skip to content

Separate the concern of numEvents & numFilteredEvents to correct page…

Sign in for the full log view
GitHub Actions / ESLint Report Analysis failed Sep 2, 2024 in 0s

ESLint Report Analysis

3 ESLint error(s) and 4 ESLint warning(s) found

Details

Annotations

Check failure on line 333 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#L180-L333

[max-lines-per-function] Arrow function has too many lines (131). Maximum allowed is 120.

Check warning on line 62 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#L62

[sort-keys] Expected object keys to be in natural ascending order. 'numEvents' should be before 'numFilteredEvents'.

Check failure on line 311 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#L136-L311

[max-lines-per-function] Arrow function has too many lines (144). Maximum allowed is 120.

Check warning on line 142 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#L142

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

Check warning on line 300 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#L300

[sort-keys] Expected object keys to be in natural ascending order. 'numEvents' should be before 'numFilteredEvents'.

Check failure on line 316 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#L301-L316

[max-lines] File has too many lines (315). Maximum allowed is 300.

Check warning on line 35 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#L35

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