diff options
author | Abandoned Cart <[email protected]> | 2023-06-10 05:35:26 -0400 |
---|---|---|
committer | Abandoned Cart <[email protected]> | 2023-06-10 05:35:57 -0400 |
commit | d8609eef898ae20da0388d78accde6f10eea1596 (patch) | |
tree | b4928a5130d5ca2b212e18c8ed5b98910e0c88d2 /.codespellrc | |
parent | f759ff3a5c2ee78d2ddc16af9c57aa03518f4502 (diff) | |
download | yuzu-android-d8609eef898ae20da0388d78accde6f10eea1596.tar.gz yuzu-android-d8609eef898ae20da0388d78accde6f10eea1596.zip |
Add a codespell exception for kotlin OptIn
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index 786a991eb..29bcf3502 100644 --- a/.codespellrc +++ b/.codespellrc @@ -3,4 +3,4 @@ [codespell] skip = ./.git,./build,./dist,./Doxyfile,./externals,./LICENSES -ignore-words-list = aci,allright,ba,deques,froms,hda,inout,lod,masia,nam,nax,nd,pullrequests,pullrequest,te,transfered,unstall,uscaled,zink +ignore-words-list = aci,allright,ba,deques,froms,hda,inout,lod,masia,nam,nax,nd,optin,pullrequests,pullrequest,te,transfered,unstall,uscaled,zink |