alexfertel / bulloak

A Solidity test generator based on the Branching Tree Technique.
Apache License 2.0
225 stars 13 forks source link

bulloak check --fix doesn’t apply forge fmt settings from foundry.toml #53

Open matmilbury opened 5 months ago

matmilbury commented 5 months ago

Given the following foundry.toml:

[fmt]
bracket_spacing = true

running

bulloak check test/Foo.tree --fix

reformats the entire test/Foo.t.sol file because it doesn’t apply custom fmt settings from foundry.toml.

matmilbury commented 5 months ago

Running forge fmt after bulloak check is a temporary workaround to get clean git diff.