Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
matmilbury opened this issue Jan 18, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@matmilbury
Copy link

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
Copy link
Author

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

@alexfertel alexfertel added the Bug Something isn't working label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants