Brian McGee
Brian McGee
Should be easy enough to add :slightly_smiling_face:
I don't believe this is an issue in v2 any more, but I need to double check.
@tmuehlbacher I have just implemented https://github.com/numtide/treefmt/commit/1b517c65024f9a80daaafe27064b7423b15cad82, which does a couple things. By default, treefmt will log a warning for every path which does not match one or more formatters. >...
I can see users installing formatters using nix (via some previous install nix action), or just a simple `apt get` etc depending on the runner. We should have a few...
Nice. @isbecker I did notice this: > Currently, if you run this action on a Windows-based runner, it will use the older treefmt version 0.6.1. This is because the newer...
@zimbatm @isbecker I created https://github.com/numtide/treefmt/issues/332 to track this.
We're [defining the formatter](https://github.com/numtide/treefmt/blob/main/nix/formatter.nix) using https://github.com/numtide/treefmt-nix. Then, [blueprint](https://github.com/numtide/blueprint) automatically creates a check. We could emit the `treefmt.toml` that is being used and have the action run with it as an...
We could configure it on the new docs repo to avoid the circular dependency. We could also use a `treefmt.toml` in that repo instead of treefmt-nix to make integration easier.
In recent versions, the global section has been deprecated. `global.excludes` is supported for backwards compatibility, but all other settings should go at the root. https://treefmt.com/latest/getting-started/configure.
I just created #298 as well