Skip to content

Commit 4622ef5

Browse files
committed
fixup! Skip target in taplo checks
1 parent c461f97 commit 4622ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taplo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## https://taplo.tamasfe.dev/configuration/file.html
1919

2020
include = ["**/Cargo.toml"]
21-
exclude = ["target/**"]
21+
exclude = ["target/*"]
2222

2323
[formatting]
2424
# Align consecutive entries vertically.

0 commit comments

Comments
 (0)