taikoxyz / taiko-mono

A based rollup. 🥁
https://taiko.xyz
MIT License
4.16k stars 1.99k forks source link

chore(main): update CI to ignore checks in audit files #16958

Closed SamiAlHassan closed 2 weeks ago

SamiAlHassan commented 2 weeks ago

Description

This PR makes changes to the typo checking setup by adding the external audits folder "packages/protocol/audit/**" to the exclude list, otherwise these will be flagged in every PR as in #16652.

I'm assuming it's better not to fix typos in the audit files because altering them could compromise their (legal?) integrity, and those typos don't show up in any of the products or docs.

cyberhorsey commented 2 weeks ago

this has already been done in a PR that was merged, but thank you!