mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
* spellcheck config * Merge remote-tracking branch 'origin/unstable' into spellcheck * spellcheck update * update spellcheck * spell check passes * Remove ignored and add other md files * Remove some words in wordlist * CI * test spell check CI * correct spell check * Merge branch 'unstable' into spellcheck * minor fix * Merge branch 'spellcheck' of https://github.com/chong-he/lighthouse into spellcheck * Update book * mdlint * delete previous_epoch_active_gwei * Merge branch 'unstable' into spellcheck * Tweak "container runtime" wording * Try `BeaconState`s
36 lines
747 B
YAML
36 lines
747 B
YAML
matrix:
|
|
- name: Markdown
|
|
sources:
|
|
- './book/**/*.md'
|
|
- 'README.md'
|
|
- 'CONTRIBUTING.md'
|
|
- 'SECURITY.md'
|
|
- './scripts/local_testnet/README.md'
|
|
default_encoding: utf-8
|
|
aspell:
|
|
lang: en
|
|
dictionary:
|
|
wordlists:
|
|
- wordlist.txt
|
|
encoding: utf-8
|
|
pipeline:
|
|
- pyspelling.filters.url:
|
|
- pyspelling.filters.markdown:
|
|
markdown_extensions:
|
|
- pymdownx.superfences:
|
|
- pymdownx.highlight:
|
|
- pymdownx.striphtml:
|
|
- pymdownx.magiclink:
|
|
- pyspelling.filters.html:
|
|
comments: false
|
|
ignores:
|
|
- code
|
|
- pre
|
|
- pyspelling.filters.context:
|
|
context_visible_first: true
|
|
delimiters:
|
|
# Ignore hex strings
|
|
- open: '0x[a-fA-F0-9]'
|
|
close: '[^a-fA-F0-9]'
|
|
|