mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
treefmt: handle deadnix excludes
This commit is contained in:
committed by
Austin Horstman
parent
62fdc8d410
commit
475d35797d
@@ -7,12 +7,8 @@ includes = [ "*.nix" ]
|
||||
|
||||
[formatter.deadnix]
|
||||
command = "deadnix"
|
||||
options = [ "--edit", "--no-lambda-arg" ]
|
||||
options = [ "--edit", "--no-lambda-arg", "--no-lambda-pattern-names" ]
|
||||
includes = [ "*.nix" ]
|
||||
excludes = [
|
||||
"tests/integration/standalone/alice-home-init.nix",
|
||||
"tests/integration/standalone/home-with-symbols-init.nix"
|
||||
]
|
||||
|
||||
[formatter.keep-sorted]
|
||||
command = "keep-sorted"
|
||||
|
||||
Reference in New Issue
Block a user