-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pyspelling.yml
42 lines (42 loc) · 1.04 KB
/
.pyspelling.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
matrix:
- name: markdown
aspell:
lang: en
ignore-case: true
dictionary:
wordlists:
- .github/config/.wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
- pyspelling.filters.context:
context_visible_first: true
escapes: '\\[\\`~]'
delimiters:
# Ignore text between inline back ticks as this is code or highlight words
- open: '(?P<open>`+)'
close: '(?P=open)'
# Ignore surrounded in <> as in RST it is link
- open: '<([A-Za-z0-9-_:.]+)|(https?://[^\s/$.?#].[^\s]+|[A-Za-z0-9-_:.]+)'
close: '>'
sources:
- 'docs/source/*.rst'
- '**/*.md'
default_encoding: utf-8
- name: frontend
aspell:
lang: en
ignore-case: true
dictionary:
wordlists:
- .github/config/.wordlist.txt
- .github/config/.finnishwords.txt
pipeline:
- pyspelling.filters.javascript:
jsdocs: false
line_comments: false
block_comments: false
strings: true
decode_escapes: false
sources:
- swift_browser_ui_frontend/src/common/lang.js