diff options
author | lat9nq <[email protected]> | 2023-06-18 17:57:54 -0400 |
---|---|---|
committer | lat9nq <[email protected]> | 2023-07-21 10:56:55 -0400 |
commit | 246740f1027ff42f1626f36cefbe88b3ed0ff03d (patch) | |
tree | 92ccc4a6bae38080e3a48e01c5b2d27009fbccaf /.codespellrc | |
parent | 89f89cf1df70cce9600793765982ebe32154bc86 (diff) | |
download | yuzu-android-246740f1027ff42f1626f36cefbe88b3ed0ff03d.tar.gz yuzu-android-246740f1027ff42f1626f36cefbe88b3ed0ff03d.zip |
codespellrc: Ignore canonicalizations
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index 01ddd2362..944194a25 100644 --- a/.codespellrc +++ b/.codespellrc @@ -3,4 +3,4 @@ [codespell] 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 +ignore-words-list = aci,allright,ba,canonicalizations,deques,froms,hda,inout,lod,masia,nam,nax,nd,optin,pullrequests,pullrequest,te,transfered,unstall,uscaled,zink |