File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
@postgres-language-server/backend-jsonrpc/src
@postgrestools/backend-jsonrpc/src Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,11 @@ export type Category =
133133 | "dummy"
134134 | "lint"
135135 | "lint/performance"
136- | "lint/safety" ;
136+ | "lint/safety"
137+ | "splinter"
138+ | "splinter/performance"
139+ | "splinter/security"
140+ | "splinter/unknown" ;
137141export interface Location {
138142 path ?: Resource_for_String ;
139143 sourceCode ?: string ;
Original file line number Diff line number Diff line change @@ -133,7 +133,11 @@ export type Category =
133133 | "dummy"
134134 | "lint"
135135 | "lint/performance"
136- | "lint/safety" ;
136+ | "lint/safety"
137+ | "splinter"
138+ | "splinter/performance"
139+ | "splinter/security"
140+ | "splinter/unknown" ;
137141export interface Location {
138142 path ?: Resource_for_String ;
139143 sourceCode ?: string ;
You can’t perform that action at this time.
0 commit comments