From 0e4805e88c5fadddfca29e8d81f731486c9a92e6 Mon Sep 17 00:00:00 2001 From: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:19:14 -0500 Subject: [PATCH] Remove incorrect comment from `script/format`. Partial #638 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> --- script/format | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/format b/script/format index ec946b7a..c07e94ca 100755 --- a/script/format +++ b/script/format @@ -3,8 +3,6 @@ # script/format # mas # -# Linting checks for development and CI. -# # Automatically formats and fixes style violations using various tools. # # Please keep in sync with script/lint. @@ -17,7 +15,7 @@ if ! cd -- "${mas_dir}"; then exit 1 fi -printf $'==> 🚨 Formatting mas\n' +printf $'==> 🚨 Formatting mas %s\n' "$(script/version)" for linter in markdownlint prettier shfmt swift-format swiftformat swiftlint yamllint; do if [[ ! -x "$(command -v "${linter}")" ]]; then