jbampton opened a new pull request, #917:
URL: https://github.com/apache/myfaces/pull/917

   The codespell hook is self contained and is bootstrapped with pre-commit.  
There is no need to have codespell installed to run pre-commit.
   
   To recreate the codespell ignored words list - codespell.txt - you will need 
to have codespell installed locally.
   
   Ran locally:
   
   `codespell --skip='./api/src/main/resources/jakarta/faces' | cut -f2 -d' ' | 
tr A-Z a-z | sort | uniq > .github/linters/codespell.txt`
   
   https://github.com/pre-commit/pre-commit
   
   https://pre-commit.com/
   
   https://github.com/codespell-project/codespell
   
   https://pre-commit.com/#github-actions-example
   
   pre-commit config examples:
   
   https://github.com/apache/sedona/blob/master/.pre-commit-config.yaml
   
   https://github.com/apache/airflow/blob/main/.pre-commit-config.yaml
   
   There are many more hooks we could add for example:
   
   https://github.com/pre-commit/pre-commit-hooks


-- 
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: dev-unsubscr...@myfaces.apache.org

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

Reply via email to