Browse Source

chore: Disable markdownlint for generated files

Signed-off-by: Dave Tucker <[email protected]>
Dave Tucker 1 năm trước cách đây
mục cha
commit
3a8274d445
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .markdownlint-cli2.yaml

+ 1 - 0
.markdownlint-cli2.yaml

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