diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-10 18:27:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-10 18:27:19 +0200 |
commit | cb1fd1bad8bc7760e976dadd548ecbb051ae2dd6 (patch) | |
tree | b4928a5130d5ca2b212e18c8ed5b98910e0c88d2 /.codespellrc | |
parent | Merge pull request #10691 from t895/nro-check (diff) | |
parent | Add a codespell exception for kotlin OptIn (diff) | |
download | yuzu-cb1fd1bad8bc7760e976dadd548ecbb051ae2dd6.tar yuzu-cb1fd1bad8bc7760e976dadd548ecbb051ae2dd6.tar.gz yuzu-cb1fd1bad8bc7760e976dadd548ecbb051ae2dd6.tar.bz2 yuzu-cb1fd1bad8bc7760e976dadd548ecbb051ae2dd6.tar.lz yuzu-cb1fd1bad8bc7760e976dadd548ecbb051ae2dd6.tar.xz yuzu-cb1fd1bad8bc7760e976dadd548ecbb051ae2dd6.tar.zst yuzu-cb1fd1bad8bc7760e976dadd548ecbb051ae2dd6.zip |
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 |