summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-23 20:10:48 -0300
committerEuAndreh <eu@euandre.org>2021-01-23 20:10:48 -0300
commit8024f88353390fae5bf71e12928706fc4d5a49c8 (patch)
treed9449f8a3caec0feb933d2bcbcb10ac24bb43360
parentRemove FIXME markers from comments in po files under locale/ (diff)
downloadeuandre.org-8024f88353390fae5bf71e12928706fc4d5a49c8.tar.gz
euandre.org-8024f88353390fae5bf71e12928706fc4d5a49c8.tar.xz
Remove assert-nixfmt.sh
-rwxr-xr-xscripts/assert-nixfmt.sh9
-rwxr-xr-xtests.sh1
2 files changed, 0 insertions, 10 deletions
diff --git a/scripts/assert-nixfmt.sh b/scripts/assert-nixfmt.sh
deleted file mode 100755
index 9bdd3bf..0000000
--- a/scripts/assert-nixfmt.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -eux
-
-# shellcheck disable=2094
-nixfmt < default.nix | diff - default.nix || {
- echo 'The file default.nix is unformatted. To fix it, run:'
- echo ' nixfmt default.nix'
- exit 1
-}
diff --git a/tests.sh b/tests.sh
index a375f90..46a1574 100755
--- a/tests.sh
+++ b/tests.sh
@@ -2,7 +2,6 @@
set -eux
sh scripts/assert-spelling.sh
-sh scripts/assert-nixfmt.sh
sh build-aux/assert-shellcheck.sh
sh build-aux/assert-todos.sh