We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55bca9 commit 0f96f57Copy full SHA for 0f96f57
test/jest.setup.ts
@@ -29,6 +29,9 @@ container.registerSingleton<IElmAnalyseJsonService>(
29
public getElmAnalyseJson(workspacePath: string): IElmAnalyseJson {
30
return { checks: { SingleFieldRecord: true } };
31
}
32
+ public isFileExcluded(fileUri: string, workspacePath: string): boolean {
33
+ return false;
34
+ }
35
},
36
);
37
container.register(ElmMakeDiagnostics, {
0 commit comments