Skip to content

Commit

Permalink
feat: 适配新版本zhlint
Browse files Browse the repository at this point in the history
  • Loading branch information
action-hong committed Feb 19, 2024
1 parent 78914d4 commit b46350e
Show file tree
Hide file tree
Showing 12 changed files with 14,932 additions and 15,108 deletions.
2 changes: 1 addition & 1 deletion client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function activate(context: vscode.ExtensionContext) {
vscode.workspace.createFileSystemWatcher('**/.zhlintr{c,c.json}'),
vscode.workspace.createFileSystemWatcher('**/.zhlintignore'),
// .zhlintignore has been used to skip, so use .lintignore to filter file
vscode.workspace.createFileSystemWatcher('**/.experimental-zhlintignore'),
vscode.workspace.createFileSystemWatcher('**/.zhlintcaseignore'),
],
},
}
Expand Down
1 change: 0 additions & 1 deletion client/testFixture/.experimental-zhlintignore

This file was deleted.

1 change: 1 addition & 0 deletions client/testFixture/.zhlintcaseignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kkkkkk,pppppp
2 changes: 1 addition & 1 deletion client/testFixture/.zhlintignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kkkkkk,pppppp
a/b
Loading

0 comments on commit b46350e

Please sign in to comment.