@forge/cli

11.5.0-next.11-experimental-9e772ae11.5.0-next.23
out/command-line/register-lint-command.js
~out/command-line/register-lint-command.jsModified
+1−1
Index: package/out/command-line/register-lint-command.js
===================================================================
--- package/out/command-line/register-lint-command.js
+++ package/out/command-line/register-lint-command.js
@@ -4,9 +4,9 @@
 const cli_shared_1 = require("@forge/cli-shared");
 const registerCommands = ({ cmd, controllers: { lintController } }) => {
     cmd
         .command('lint')
-        .verifyRuntimeVersion()
+        .showRuntimeWarning()
         .requireAppId()
         .description(cli_shared_1.Text.lint.cmd)
         .option('--fix', 'attempt to automatically fix any issues encountered', false)
         .environmentOption()