sumpfralle commented on PR #16282:
URL: https://github.com/apache/nuttx/pull/16282#issuecomment-2837874392

   > BTW, should we turn on codespell in ci by add -c to checkpatch.sh: [..]
   
   I think, this requires a way for configuring exceptions (e.g. `HSI` and 
`EMAC` accidentally attract codespell's attention).
   
   Thus, I would recommend to add a `.codespellrc` file to the project 
directory when enabling codespell in CI (and maybe refer to it in error 
messages):
   ```
   [codespell]
   ignore-words-list =
     DOUT,
     EMAC,
     emac,
     HSI,
     hsi,
     mot,
     Linix,
     MingGW,
     Synopsys,
     tolen,
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to