Skip to content

feat: auto completion and linting for printer.cfg #1850

feat: auto completion and linting for printer.cfg

feat: auto completion and linting for printer.cfg #1850

Triggered via pull request July 10, 2023 14:26
Status Success
Total duration 1m 17s
Artifacts

code_style.yml

on: pull_request_target
init_style_jobs
1m 4s
init_style_jobs
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
src/components/inputs/Codemirror.vue#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/plugins/Codemirror/KlipperCfgLang/lang/complete.ts#L119
'options' is never reassigned. Use 'const' instead (prefer-const)
src/plugins/Codemirror/KlipperCfgLang/lang/klipperCfg.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/plugins/Codemirror/KlipperCfgLang/parser/highlight.js#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/plugins/Codemirror/KlipperCfgLang/lang/lint.ts#L36
'identifier' is never reassigned. Use 'const' instead (prefer-const)
src/plugins/Codemirror/KlipperCfgLang/parser/tokens.js#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/plugins/Codemirror/KlipperCfgLang/testLint/testKlipperCfgLint.js#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/plugins/Codemirror/mochaFileTests.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/plugins/Codemirror/printLezerTree.ts#L161
'color' is defined but never used (@typescript-eslint/no-unused-vars)