Skip to content

Commit c35affc

Browse files
committed
fix: unknown url and add groups to categories
1 parent e7a2dd5 commit c35affc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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";
137141
export interface Location {
138142
path?: Resource_for_String;
139143
sourceCode?: string;

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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";
137141
export interface Location {
138142
path?: Resource_for_String;
139143
sourceCode?: string;

0 commit comments

Comments
 (0)