Эх сурвалжийг харах

Use `lint` toolchain in program lint script

#### Problem
The program lint script at `scripts/program/lint.mjs` is using the toolchain for `format` instead of `lint`.

#### Summary of Changes
Update it to use `lint`!
Joe C 1 жил өмнө
parent
commit
9efab775c2

+ 1 - 1
template/base/scripts/program/lint.mjs

@@ -13,7 +13,7 @@ import {
 const lintArgs = cliArguments();
 
 const fix = popArgument(lintArgs, '--fix');
-const toolchain = getToolchainArgument('format');
+const toolchain = getToolchainArgument('lint');
 
 // Lint the programs using clippy.
 await Promise.all(