diff options
| author | hathach <[email protected]> | 2022-12-04 20:29:24 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-04 20:29:24 +0700 |
| commit | e3df3ac5ce3d8ccb4c8b52eeaf0fef3ebd91eb14 (patch) | |
| tree | 1b928768e572b35d2c87f23fece28e611547e0c8 /.codespellrc | |
| parent | d6d2499ad6d85cbc5f27a2917c04cca4aa1144ba (diff) | |
add codespell config and ci run
Diffstat (limited to '.codespellrc')
| -rw-r--r-- | .codespellrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 000000000..0e1bc1483 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,8 @@ +# See: https://github.com/codespell-project/codespell#using-a-config-file +[codespell] +# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here: +ignore-words-list = synopsys, sie, tre, hsi, fro, dout, mot, te +check-filenames = +check-hidden = +skip = .cproject,./.git,./hw/mcu,./lib,./examples/*/*/_build,./examples/*/*/ses,./examples/*/*/ozone,./hw/mcu,./test/vendor,./tests_obsolete +exclude-file = .codespell/exclude-file.txt |
