.markdownlint-cli2.yaml 111 B

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