Skip to content

Commit

Permalink
CI: list restylers explicitly
Browse files Browse the repository at this point in the history
The default restyled config runs all matching restylers, for example it
would not only run clang-format but also astyle which would produce
different results from just running clang-format locally.
This lists restlers explicitly.
  • Loading branch information
wirew0rm committed Aug 11, 2023
1 parent fc02b6d commit 451ffcd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .restyled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ restylers:
- clang-format:
image:
tag: v16
- "*"
- cmake-format
- prettier-markdown
- prettier-yaml
- shellcheck
- whitespace
- black

0 comments on commit 451ffcd

Please sign in to comment.