Skip to content

Commit

Permalink
Remove incorrect comment from script/format.
Browse files Browse the repository at this point in the history
Partial mas-cli#638

Signed-off-by: Ross Goldberg <[email protected]>
  • Loading branch information
rgoldberg committed Dec 2, 2024
1 parent fcd7be5 commit 0e4805e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/format
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 0e4805e

Please sign in to comment.