Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 0eece91

Browse files
committed
Make sure we set the correct diagnostic source on the tslint bad config message
1 parent 6a69a9d commit 0eece91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ export class TSLintPlugin {
174174
start: 0,
175175
length: 1,
176176
category: this.ts.DiagnosticCategory.Warning,
177+
source: TSLINT_ERROR_SOURCE,
177178
code: TSLINT_ERROR_CODE,
178179
messageText: warning,
179180
});

0 commit comments

Comments
 (0)