diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-10 12:27:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-10 12:27:19 -0400 |
commit | cb1fd1bad8bc7760e976dadd548ecbb051ae2dd6 (patch) | |
tree | b4928a5130d5ca2b212e18c8ed5b98910e0c88d2 | |
parent | f759ff3a5c2ee78d2ddc16af9c57aa03518f4502 (diff) | |
parent | d8609eef898ae20da0388d78accde6f10eea1596 (diff) |
Merge pull request #10697 from 8bitDream/codespell
Add a codespell exception for kotlin OptIn
-rw-r--r-- | .codespellrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index 786a991ebc..29bcf35026 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 |