mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #6521 from jbampton/add-codespell-config
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[codespell]
|
||||
ignore-words = .github/linters/codespell.txt
|
||||
skip = ./build,./doc/api,./doc/capi
|
||||
@@ -19,6 +19,7 @@ build:
|
||||
- lib/**/*
|
||||
- minirake
|
||||
- tasks/**/*
|
||||
- .codespellrc
|
||||
- .dockerignore
|
||||
- .pre-commit-config.yaml
|
||||
- .prettierignore
|
||||
|
||||
@@ -90,7 +90,6 @@ repos:
|
||||
- id: codespell
|
||||
name: run codespell
|
||||
description: check spelling with codespell
|
||||
args: [--ignore-words=.github/linters/codespell.txt]
|
||||
- repo: https://github.com/jumanjihouse/pre-commit-hooks
|
||||
rev: 3.0.0
|
||||
hooks:
|
||||
|
||||
Reference in New Issue
Block a user