Commit Graph

13 Commits

Author SHA1 Message Date
Thomas Van Lenten
18d980f380 Change 'Sur' to 'sur' to see if that works 2021-06-17 16:36:33 -04:00
Thomas Van Lenten
07476375d4 Fix the skip entry so the workflow doesn't get flagged. 2021-06-17 16:36:33 -04:00
Thomas Van Lenten
c3d72a2399 Add "Sur" to the ignore list for "Big Sur". 2021-06-17 16:26:35 -04:00
Deanna Garcia
1c81c89b93 Add the codespell file to list of files not checked by codespell 2021-04-12 22:56:18 +00:00
deannagarcia
e844a53716
Merge branch 'master' into kotlinProtos 2021-04-06 10:18:13 -07:00
Jan Tattermusch
053966b495
Emulated python aarch64 tests (#8392)
This runs basic python aarch64 tests under qemu emulator, but uses artifacts that can be cross-built by a host compiler.
2021-04-05 14:12:54 -07:00
Deanna Garcia
7c3b28df7b Trying optin in codespell 2021-04-01 21:20:46 +00:00
Deanna Garcia
610fc635a8 Adding opt to codespell instead of OptIn 2021-04-01 21:05:51 +00:00
deannagarcia
c3f4b108b3
Changing codespell and mergeable ymls to prepare for opensourcing kotlin protos (#8442) 2021-04-01 09:46:58 -07:00
Adam Cozzette
72fddb7272 Fixed the Codespell check 2020-11-24 15:02:25 -08:00
Adam Cozzette
3d8943fea9
Work around Codespell false positive (#7924)
The Codespell checker is saying we should replace "files'" with
"file's", but this is not a real issue since the single-quote on the end
is being used as a quote and not an apostrophe. Let's tell Codespell to
ignore this.
2020-09-28 18:35:23 -07:00
Adam Cozzette
7e787e091e Made the Codespell check skip protobuf generated code 2020-08-19 10:31:31 -07:00
Peter Newman
e56cbaf1d3
Add a Codespell action (#7752)
* Fix a typo

* Add codespell action

* Fix lots of spelling errors

* Fix a few more spelling mistakes

* Add an ignore words list

* s/parsable/parseable/

* Don't touch the third party files

* Cloneable is the preferred C# term

* Copyable is the preferred C++ term

* Exclude some more words and folders

* Revert "s/parsable/parseable/"

This reverts commit 534ecf7675.

* Revert unparseable->unparsable corrections

* Skip more locations and add some ignore words that haven't been merged yet
2020-08-10 16:58:25 -07:00