Skip to content

Commit ddf6ad1

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix skipping clippy for grammars
1 parent f462fed commit ddf6ad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ if (!$SkipBuild) {
349349
"y2j"
350350
)
351351
$pedantic_unclean_projects = @()
352-
$clippy_unclean_projects = @("grammars/tree-sitter-dscexpression", "grammars/tree-sitter-ssh-server-config")
352+
$clippy_unclean_projects = @("tree-sitter-dscexpression", "tree-sitter-ssh-server-config")
353353
$skip_test_projects_on_windows = @("grammars/tree-sitter-dscexpression", "grammars/tree-sitter-ssh-server-config")
354354

355355
if ($IsWindows) {

0 commit comments

Comments
 (0)