flake/dev: adapt to latest treefmt-nix option changes
This commit is contained in:
parent
0e0f1d2de8
commit
e2e83389cc
1 changed files with 3 additions and 4 deletions
|
|
@ -18,6 +18,9 @@
|
|||
nixf-diagnose = {
|
||||
enable = true;
|
||||
priority = -1;
|
||||
ignore = [
|
||||
"sema-unused-def-lambda-witharg-formal"
|
||||
];
|
||||
};
|
||||
nixfmt = {
|
||||
enable = true;
|
||||
|
|
@ -63,10 +66,6 @@
|
|||
"docs/gfm-alerts-to-admonitions/tests/**/*.yml"
|
||||
];
|
||||
formatter.ruff-format.options = [ "--isolated" ];
|
||||
formatter.nixf-diagnose.options = [
|
||||
"--auto-fix"
|
||||
"--ignore=sema-unused-def-lambda-witharg-formal"
|
||||
];
|
||||
formatter.nixf-diagnose.excludes = [
|
||||
# sema-unused-def-lambda-noarg-formal
|
||||
"ci/rust-analyzer/default.nix"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue