taikoxyz / taiko-geth

An L2 execution engine implementation for the Taiko protocol. 🚚
https://geth.taiko.xyz
GNU Lesser General Public License v3.0
215 stars 146 forks source link

Add codespell workflow #183

Closed miles-six closed 6 months ago

miles-six commented 6 months ago

Describe the feature you would like Recently, I noticed that there are many pull requests regarding fixing minor typos. This may add a significant burden and hassle to the project owners, so I want to add workflow for codespell check to eliminate all the typos in the future.

I have added a relatively simple filtering file to exclude certain words.

If you find it meaningful, you can modify the filtering conditions according to your needs.

I have already fixed many typos locally. With codespell, we can skip checking certain files or specific words based on our requirements.

It can help make this repository more standardized.

miles-six commented 6 months ago
image

Here is the effect of adding codespell to the workflow run.

davidtaikocha commented 6 months ago

Since this project is a fork of go-ethereum, will suggest to open this issue here: https://github.com/ethereum/go-ethereum/issues