diff options
author | Liam <[email protected]> | 2023-03-11 22:03:56 -0500 |
---|---|---|
committer | Liam <[email protected]> | 2023-03-11 22:08:43 -0500 |
commit | d155167ea2598330d3f67189df8c7db92866fa05 (patch) | |
tree | e104da42ec8241e9d35548345dc2789343346bba /.codespellrc | |
parent | 49643d8134629e58d564961f4416bb434908f686 (diff) | |
download | yuzu-android-d155167ea2598330d3f67189df8c7db92866fa05.tar.gz yuzu-android-d155167ea2598330d3f67189df8c7db92866fa05.zip |
general: use codespell to identify spelling mistakes
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 000000000..acef5478f --- /dev/null +++ b/.codespellrc @@ -0,0 +1,3 @@ +[codespell] +skip = ./.git,./build,./dist,./Doxyfile,./externals,./LICENSES +ignore-words-list = aci,allright,ba,deques,froms,hda,inout,lod,masia,nax,nd,pullrequests,pullrequest,te,transfered,unstall,uscaled,zink |