|
|
@@ -6,7 +6,8 @@
|
|
|
nixfmt.enable = true; # nix
|
|
|
statix.enable = true; # nix static analysis
|
|
|
deadnix.enable = true; # find dead nix code
|
|
|
- rustfmt.enable = true; # rust
|
|
|
+ # TODO https://github.com/numtide/treefmt-nix/issues/343
|
|
|
+ #rustfmt.enable = true; # rust
|
|
|
shellcheck.enable = true; # bash/shell
|
|
|
taplo.enable = true; # toml
|
|
|
yamlfmt.enable = true; # yaml
|
|
|
@@ -20,7 +21,7 @@
|
|
|
];
|
|
|
excludes = [ ".envrc" ];
|
|
|
};
|
|
|
- rustfmt.excludes = [ "src/options/flags.rs" ];
|
|
|
+ #rustfmt.excludes = [ "src/options/flags.rs" ];
|
|
|
taplo.excludes = [ "tests/ptests/*.toml" ];
|
|
|
yamlfmt.excludes = [ "./powertest.yaml" ];
|
|
|
};
|