mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add codespell config file .codespellrc
Add `.codespellrc` to the GitHub labeler Can now run codespell from the command line standalone and it will use our standard config file. Running codespell with pre-commit will also use this config. Useful when regenerating the ignored words file on the command line. https://github.com/codespell-project/codespell?tab=readme-ov-file#using-a-config-file https://github.com/codespell-project/codespell?tab=readme-ov-file#pre-commit-hook
This commit is contained in:
@@ -19,6 +19,7 @@ build:
|
||||
- lib/**/*
|
||||
- minirake
|
||||
- tasks/**/*
|
||||
- .codespellrc
|
||||
- .dockerignore
|
||||
- .pre-commit-config.yaml
|
||||
- .prettierignore
|
||||
|
||||
Reference in New Issue
Block a user