diff options
author | bunnei <bunneidev@gmail.com> | 2023-06-13 02:20:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 02:20:27 +0200 |
commit | f9197f4dae8216e476303745d7c3f00224b7b314 (patch) | |
tree | 7bb87de565ca7b018fdf221fe9b2dbf7807cd0d7 /.codespellrc | |
parent | Merge pull request #10705 from german77/updates (diff) | |
parent | codespell: Exclude android resources directory (diff) | |
download | yuzu-f9197f4dae8216e476303745d7c3f00224b7b314.tar yuzu-f9197f4dae8216e476303745d7c3f00224b7b314.tar.gz yuzu-f9197f4dae8216e476303745d7c3f00224b7b314.tar.bz2 yuzu-f9197f4dae8216e476303745d7c3f00224b7b314.tar.lz yuzu-f9197f4dae8216e476303745d7c3f00224b7b314.tar.xz yuzu-f9197f4dae8216e476303745d7c3f00224b7b314.tar.zst yuzu-f9197f4dae8216e476303745d7c3f00224b7b314.zip |
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index 29bcf3502..01ddd2362 100644 --- a/.codespellrc +++ b/.codespellrc @@ -2,5 +2,5 @@ ; SPDX-License-Identifier: GPL-2.0-or-later [codespell] -skip = ./.git,./build,./dist,./Doxyfile,./externals,./LICENSES +skip = ./.git,./build,./dist,./Doxyfile,./externals,./LICENSES,./src/android/app/src/main/res ignore-words-list = aci,allright,ba,deques,froms,hda,inout,lod,masia,nam,nax,nd,optin,pullrequests,pullrequest,te,transfered,unstall,uscaled,zink |