Skip to content

Commit

Permalink
fix: markdownlint can fail on changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Mar 31, 2023
1 parent 09c621b commit 34ad340
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Expand Up @@ -75,6 +75,11 @@
editorconfig-checker.enable = true;
markdownlint.enable = true;
};
settings = {
markdownlint.config = {
MD024 = false; # Duplicate heading
};
};
};

devShell = pkgs.mkShell {
Expand Down

0 comments on commit 34ad340

Please sign in to comment.