Skip to content

Commit

Permalink
nix: Make postgrest-lint fail on dead nix code
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed May 4, 2024
1 parent 1ca2d1f commit cdcab34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nix/tools/style.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let
${actionlint}/bin/actionlint
echo "Scanning nix files for unused code..."
${deadnix}/bin/deadnix
${deadnix}/bin/deadnix -f
echo "Checking consistency of import aliases in Haskell code..."
${hsie} check-aliases main src
Expand Down
1 change: 0 additions & 1 deletion nix/tools/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
, stdenv
, weeder
, withTools
, yq
}:
let
testSpec =
Expand Down

0 comments on commit cdcab34

Please sign in to comment.