Skip to content

Set flags to disable parts of diagnostics #12

Set flags to disable parts of diagnostics

Set flags to disable parts of diagnostics #12

Triggered via push November 7, 2023 20:24
Status Success
Total duration 1m 21s
Artifacts

code_quality.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

25 warnings and 8 notices
Missing await for an async function call: lib/server/src/text-documents.ts#L44
Missing await for an async function call
Missing await for an async function call: lib/server/src/text-documents.ts#L33
Missing await for an async function call
Result of method call returning a promise is ignored: lib/server/src/server.ts#L47
Promise returned from runDiagnostics is ignored
Result of method call returning a promise is ignored: lib/server/src/server.ts#L37
Promise returned from runDiagnostics is ignored
Result of method call returning a promise is ignored: lib/server/src/connection.ts#L78
Promise returned from initializeProjectsInWorkSpaceFolders is ignored
Unused import: lib/custom-elements-languageserver-core/src/cem/analyzer.ts#L22
Unused import { LogLevel, Logger } from "../logger/logger";
Unused import: lib/custom-elements-languageserver-core/src/handlers/go-to-definition.ts#L1
Unused import \* as HTMLLanguageService from "vscode-html-languageservice/lib/esm/htmlLanguageService.js";
Unused local symbol: usage-testing-project/src/both.jsx#L4
Unused constant template
Unused local symbol: usage-testing-project/src/foo.ts#L45
Unused function doRender
Unused local symbol: lib/custom-elements-languageserver-core/src/cem/cem-helpers.ts#L10
Unused local variable CEMCustomElementTagCache
Unused local symbol: lib/server/src/diagnostics.ts#L22
Unused constant fileName
Syntax errors and unresolved references in JSDoc: usage-testing-project/src/ExampleProject.ts#L15
Unresolved variable or type 'event:my-custom-event'