We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f462fed commit ddf6ad1Copy full SHA for ddf6ad1
1 file changed
build.ps1
@@ -349,7 +349,7 @@ if (!$SkipBuild) {
349
"y2j"
350
)
351
$pedantic_unclean_projects = @()
352
- $clippy_unclean_projects = @("grammars/tree-sitter-dscexpression", "grammars/tree-sitter-ssh-server-config")
+ $clippy_unclean_projects = @("tree-sitter-dscexpression", "tree-sitter-ssh-server-config")
353
$skip_test_projects_on_windows = @("grammars/tree-sitter-dscexpression", "grammars/tree-sitter-ssh-server-config")
354
355
if ($IsWindows) {
0 commit comments