Skip to content

Commit 964de40

Browse files
committed
progress
1 parent f3fd30c commit 964de40

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

packages/@postgres-language-server/backend-jsonrpc/src/workspace.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ export type Category =
133133
| "dummy"
134134
| "lint"
135135
| "lint/performance"
136-
| "lint/safety"
137-
| "dblint"
138-
| "dblint/splinter";
136+
| "lint/safety";
139137
export interface Location {
140138
path?: Resource_for_String;
141139
sourceCode?: string;

packages/@postgrestools/backend-jsonrpc/src/workspace.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ export type Category =
133133
| "dummy"
134134
| "lint"
135135
| "lint/performance"
136-
| "lint/safety"
137-
| "dblint"
138-
| "dblint/splinter";
136+
| "lint/safety";
139137
export interface Location {
140138
path?: Resource_for_String;
141139
sourceCode?: string;

0 commit comments

Comments
 (0)