.markdownlint-cli2.yaml 133 B

123456789
  1. config:
  2. no-duplicate-heading: false
  3. globs:
  4. - "**/*.md"
  5. ignores:
  6. - "**/CHANGELOG.md"
  7. - "target/**/*"
  8. - "xtask/libbpf/**/*"