Skip to content

Commit

Permalink
Merge pull request #774 from OpenSimulationInterface/773-typo-in-osi3…
Browse files Browse the repository at this point in the history
…trafficactionendactionsaction-documentation

Fix typos in proto files
  • Loading branch information
pmai authored Mar 8, 2024
2 parents 77587cf + 0f6d424 commit 659a95c
Show file tree
Hide file tree
Showing 22 changed files with 543 additions and 87 deletions.
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

0 comments on commit 659a95c

Please sign in to comment.