Skip to content

Commit

Permalink
Add --unique to omegasort in precious.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 19, 2025
1 parent b91656f commit 757db4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precious.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ labels = ["default", "fast-tidy"]
[commands.omegasort-gitignore]
type = "both"
include = "**/.gitignore"
cmd = ["omegasort", "--sort=path"]
cmd = ["omegasort", "--sort=path", "--unique"]
lint_flags = "--check"
tidy_flags = "--in-place"
ok_exit_codes = 0
Expand Down

0 comments on commit 757db4f

Please sign in to comment.