Ver código fonte

chore: Disable markdownlint for generated files

Signed-off-by: Dave Tucker <[email protected]>
Dave Tucker 1 ano atrás
pai
commit
3a8274d445
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .markdownlint-cli2.yaml

+ 1 - 0
.markdownlint-cli2.yaml

@@ -4,5 +4,6 @@ config:
 globs:
   - "**/*.md"
 ignores:
+  - "**/CHANGELOG.md"
   - "target/**/*"
   - "xtask/libbpf/**/*"