ci/nixf-diagnose: ignore prelude rules

- avoid treewide cleanup due to these new rules
- invalid nix code was getting auto fixed
This commit is contained in:
Dyego Aurélio
2026-01-14 16:51:20 -03:00
parent d4b8a5ba37
commit cd60f55468

View File

@@ -99,6 +99,13 @@ let
"sema-unused-def-let"
# Keep this rule, because we have `lib.or`.
"or-identifier"
# TODO: remove after outstanding prelude diagnostics issues are fixed:
# https://github.com/nix-community/nixd/issues/761
# https://github.com/nix-community/nixd/issues/762
"sema-primop-removed-prefix"
"sema-primop-overridden"
"sema-constant-overridden"
"sema-primop-unknown"
];
};
settings.formatter.nixf-diagnose = {