Skip to content

Commit 211ba12

Browse files
authored
Merge branch 'master' into build/modernize-python
2 parents 5efd7e7 + c60c72a commit 211ba12

23 files changed

+694
-96
lines changed

.github/.pyspelling.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
matrix:
2+
- name: Proto
3+
aspell:
4+
lang: en
5+
d: en_US
6+
camel-case: true
7+
sources:
8+
- ./*.proto
9+
dictionary:
10+
wordlists:
11+
- .github/spelling_custom_words_en_US.txt
12+
output: build/dictionary/proto.dic
13+
pipeline:
14+
- pyspelling.filters.context:
15+
context_visible_first: false
16+
escapes: '\\[\\`~]'
17+
delimiters:
18+
- open: '(?s)^(?P<open> *\/\/)'
19+
close: '^(?P=open)$'

0 commit comments

Comments
 (0)