Skip to content

pages build and deployment #361

pages build and deployment

pages build and deployment #361

GitHub Actions / ESLint Report Analysis Started 2024-10-24 01:53:37 ago

ESLint Report Analysis

Found 12649 ESLint errors and warnings, processing batch 78 of 253...

Annotations

Check warning on line 32 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L23-L32

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

Check failure on line 65 in client/src/actions/common.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/common.js#L65

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

Check warning on line 23 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L23

[@stylistic/js/quotes] Strings must use doublequote.

Check warning on line 130 in client/src/actions/term.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/term.js#L130

[@stylistic/js/quotes] Strings must use doublequote.

Check failure on line 66 in client/src/actions/common.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/common.js#L66

[@stylistic/js/indent] Expected indentation of 4 spaces but found 2.

Check failure on line 109 in client/src/actions/sftp.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/sftp.js#L109

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

Check failure on line 25 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L25

[import-newlines/enforce] Imports must be broken into multiple lines if there are more than 1 elements.

Check failure on line 698 in client/src/actions/term.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/term.js#L698

[@stylistic/js/indent] Expected indentation of 4 spaces but found 2.

Check failure on line 131 in client/src/actions/term.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/term.js#L131

[@stylistic/js/indent] Expected indentation of 4 spaces but found 2.

Check failure on line 55 in client/src/actions/PCMPlayer.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/PCMPlayer.js#L55

[no-inline-comments] Unexpected comment inline with code.

Check failure on line 67 in client/src/actions/common.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/common.js#L67

[@stylistic/js/eol-last] Newline required at end of file but not found.

Check failure on line 109 in client/src/actions/sftp.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/sftp.js#L109

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

Check failure on line 42 in client/src/actions/session.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/session.js#L42

[no-magic-numbers] No magic number: 5.

Check failure on line 25 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L25

[@stylistic/js/object-curly-newline] Expected a line break after this opening brace.

Check failure on line 698 in client/src/actions/term.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/term.js#L698

[yoda] Expected literal to be on the left side of !==.

Check warning on line 131 in client/src/actions/term.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/term.js#L131

[@stylistic/js/quotes] Strings must use doublequote.

Check failure on line 23 in client/src/actions/ipc.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/ipc.js#L23

[no-restricted-syntax] Direct exporting of declarations is not allowed. Use export list or default exports instead.

Check failure on line 56 in client/src/actions/PCMPlayer.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/PCMPlayer.js#L56

[@stylistic/js/indent] Expected indentation of 4 spaces but found 2.

Check failure on line 43 in client/src/actions/session.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/session.js#L43

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

Check failure on line 110 in client/src/actions/sftp.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/sftp.js#L110

[@stylistic/js/indent] Expected indentation of 16 spaces but found 10.

Check failure on line 25 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/App.js#L25

[@stylistic/js/object-curly-newline] Expected a line break before this closing brace.

Check failure on line 698 in client/src/actions/term.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/term.js#L698

[no-magic-numbers] No magic number: 200.

Check failure on line 37 in client/src/interface/components/About/info.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/interface/components/About/info.js#L31-L37

[@stylistic/jsx/jsx-indent] Expected indentation of 6 space characters but found 4.

Check failure on line 748 in client/src/actions/term.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/term.js#L748

[@stylistic/js/indent] Expected indentation of 12 spaces but found 6.

Check failure on line 131 in client/src/actions/term.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

client/src/actions/term.js#L131

[@stylistic/js/array-element-newline] There should be a linebreak after this element.