...

Text file src/github.com/redis/go-redis/v9/.github/spellcheck-settings.yml

Documentation: github.com/redis/go-redis/v9/.github

     1matrix:
     2- name: Markdown
     3  expect_match: false
     4  apsell:
     5    lang: en
     6    d: en_US
     7    ignore-case: true
     8  dictionary:
     9    wordlists:
    10    - .github/wordlist.txt
    11    output: wordlist.dic
    12  pipeline:
    13  - pyspelling.filters.markdown:
    14      markdown_extensions:
    15      - markdown.extensions.extra:
    16  - pyspelling.filters.html:
    17      comments: false
    18      attributes:
    19      - alt
    20      ignores:
    21      - ':matches(code, pre)'
    22      - code
    23      - pre
    24      - blockquote
    25      - img
    26  sources:
    27  - 'README.md'
    28  - 'FAQ.md'
    29  - 'docs/**'

View as plain text