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

   From the command line if you have the codespell Python package installed you 
can run this one line shell script to regenerate `codespell.txt`
   
   `shiro$ codespell . | cut -f2 -d' ' | tr A-Z a-z | sort | uniq > 
.github/linters/codespell.txt`
   
   After running this one word has been removed.
   
   Tested locally after with:
   
   `pre-commit run --all-files`
   
   One less ignored word means increased spell check coverage
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to