/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/scripts/pyspelling.yaml
33 строки
913 B
Viktor Szakats
tests/data: move section data to external files
09 дек 2025, 12:12
Не верифицирован
09 дек 2025, 12:12
70d71e8
Код
Авторство
О чём код?
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. # # SPDX-License-Identifier: curl # # Docs: https://facelessuser.github.io/pyspelling/configuration/ # Docs: https://github.com/UnicornGlobal/spellcheck-github-actions matrix: - name: Markdown expect_match: false apsell: mode: en dictionary: wordlists: - wordlist.txt output: wordlist.dic encoding: utf-8 pipeline: - pyspelling.filters.markdown: markdown_extensions: - markdown.extensions.extra: - pyspelling.filters.html: comments: true attributes: - title - alt ignores: - ':matches(code, pre)' - 'code' - 'pre' - 'strong' - 'em' sources: - '**/*.md|!docs/BINDINGS.md|!docs/DISTROS.md|!docs/CIPHERS-TLS12.md|!docs/wcurl.md|!tests/data/data*.md'