Skip to content

Commit

Permalink
Filter out boilerplate prettier output 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 Nov 23, 2024
1 parent 828a91c commit d4c746a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/format
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ markdownlint --config .markdownlint.json --fix . docs

printf -- $'--> 📝 YAML\n'
# shellcheck disable=SC2046
prettier --write $(yamllint --list-files .)
script -q /dev/null prettier --write $(yamllint --list-files .) |
(grep -vxE '.+ \d+ms \(unchanged\)\r' || true)

0 comments on commit d4c746a

Please sign in to comment.