mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ci/treefmt: disable biome for now
Disable biome due to a hash mismatch with validation for the `settings.formatter.biome.options` option. See https://github.com/numtide/treefmt-nix/pull/430
This commit is contained in:
parent
72609b8ced
commit
66260cc8c4
1 changed files with 6 additions and 5 deletions
|
|
@ -48,7 +48,8 @@ let
|
|||
programs.actionlint.enable = true;
|
||||
|
||||
programs.biome = {
|
||||
enable = true;
|
||||
# FIXME: Disabled temporarily due to https://github.com/numtide/treefmt-nix/pull/430
|
||||
enable = false;
|
||||
settings.formatter = {
|
||||
useEditorconfig = true;
|
||||
};
|
||||
|
|
@ -58,10 +59,10 @@ let
|
|||
};
|
||||
settings.json.formatter.enabled = false;
|
||||
};
|
||||
settings.formatter.biome.excludes = [
|
||||
"*.min.js"
|
||||
"pkgs/*"
|
||||
];
|
||||
# settings.formatter.biome.excludes = [
|
||||
# "*.min.js"
|
||||
# "pkgs/*"
|
||||
# ];
|
||||
|
||||
programs.keep-sorted.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue