Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in proto files #774

Merged
19 changes: 19 additions & 0 deletions .github/.pyspelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
matrix:
- name: Proto
aspell:
lang: en
d: en_US
camel-case: true
sources:
- ./*.proto
dictionary:
wordlists:
- .github/spelling_custom_words_en_US.txt
output: build/dictionary/proto.dic
pipeline:
- pyspelling.filters.context:
context_visible_first: false
escapes: '\\[\\`~]'
delimiters:
- open: '(?s)^(?P<open> *\/\/)'
close: '^(?P=open)$'
Loading
Loading