Skip to content

Commit

Permalink
Update toml formating support due to taplo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Nov 7, 2020
1 parent 67eed36 commit c653bc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile.toml
Expand Up @@ -84,4 +84,3 @@ linux_alias = "generate-docs"

[tasks.pre-build-file-increment]
env = { CARGO_MAKE_BUILD_NUMBER_FILE = "${CARGO_MAKE_WORKING_DIRECTORY}/.buildnumber" }

2 changes: 1 addition & 1 deletion src/lib/descriptor/makefiles/toml.toml
Expand Up @@ -6,7 +6,7 @@ category = "Development"
description = "Formats all toml files defined in the CARGO_MAKE_FORMAT_TOML_FILES environment variable."
category = "Development"
condition = { env_set = ["CARGO_MAKE_FORMAT_TOML_FILES"] }
install_crate = { crate_name = "taplo-cli", binary = "taplo", test_arg = ["config", "example"] }
install_crate = { crate_name = "taplo-cli", binary = "taplo", test_arg = ["help"] }
command = "taplo"
args = ["format", "${CARGO_MAKE_FORMAT_TOML_FILES}"]

Expand Down

0 comments on commit c653bc6

Please sign in to comment.