about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-22 13:29:43 +0200
committerAlan Pearce2024-05-22 13:29:43 +0200
commit7fcc9653aaffcfc4c84acfbddc7b4d728daeb7eb (patch)
tree6dcc3961b319af53dc2df542aa0af309f05d1e88 /nix
parent53a00f3ac15f1d32693a4db1b32c5af583b68f6b (diff)
downloadsearchix-7fcc9653aaffcfc4c84acfbddc7b4d728daeb7eb.tar.lz
searchix-7fcc9653aaffcfc4c84acfbddc7b4d728daeb7eb.tar.zst
searchix-7fcc9653aaffcfc4c84acfbddc7b4d728daeb7eb.zip
docs: expand readme, move dev docs to subfolder
Diffstat (limited to 'nix')
-rw-r--r--nix/pre-commit-checks.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/pre-commit-checks.nix b/nix/pre-commit-checks.nix
index a1612ef..10f8ae5 100644
--- a/nix/pre-commit-checks.nix
+++ b/nix/pre-commit-checks.nix
@@ -55,7 +55,10 @@ rec {
 
     check-case-conflicts.enable = true;
     check-symlinks.enable = true;
-    editorconfig-checker.enable = true;
+    editorconfig-checker = {
+      enable = true;
+      excludes = [ "\.md$" ];
+    };
     prettier = {
       enable = true;
       types_or = [ "plain-text" "yaml" "gotmpl" "javascript" ];