Skip to content

Commit 659a95c

Browse files
authored
Merge pull request #774 from OpenSimulationInterface/773-typo-in-osi3trafficactionendactionsaction-documentation
Fix typos in proto files
2 parents 77587cf + 0f6d424 commit 659a95c

22 files changed

+543
-87
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)