Skip to content

Commit b46350e

Browse files
committed
feat: 适配新版本zhlint
1 parent 78914d4 commit b46350e

File tree

12 files changed

+14932
-15108
lines changed

12 files changed

+14932
-15108
lines changed

client/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function activate(context: vscode.ExtensionContext) {
4747
vscode.workspace.createFileSystemWatcher('**/.zhlintr{c,c.json}'),
4848
vscode.workspace.createFileSystemWatcher('**/.zhlintignore'),
4949
// .zhlintignore has been used to skip, so use .lintignore to filter file
50-
vscode.workspace.createFileSystemWatcher('**/.experimental-zhlintignore'),
50+
vscode.workspace.createFileSystemWatcher('**/.zhlintcaseignore'),
5151
],
5252
},
5353
}

client/testFixture/.experimental-zhlintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/testFixture/.zhlintcaseignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
kkkkkk,pppppp

client/testFixture/.zhlintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
kkkkkk,pppppp
1+
a/b

0 commit comments

Comments
 (0)