spellcheck.yaml 584 B

12345678910111213141516171819202122
  1. matrix:
  2. - name: Markdown
  3. apsell:
  4. lang: en
  5. d: en_US
  6. dictionary:
  7. wordlists:
  8. - scripts/spellcheck_conf/wordlist.txt
  9. output: scripts/spellcheck_conf/wordlist.dic
  10. encoding: utf-8
  11. pipeline:
  12. - pyspelling.filters.context:
  13. context_visible_first: true
  14. delimiters:
  15. - open: '(?s)^ *(?P<open>`{3,})[a-z0-9]*?$'
  16. close: '^(?P=open)$'
  17. - open: ''
  18. content: 'https?://[-a-zA-Z0-9.]+?\.[a-z]{2,6}[-?=&%.0-9a-zA-Z/_#]*'
  19. close: ''
  20. - pyspelling.filters.markdown:
  21. markdown_extensions:
  22. - markdown.extensions.extra: