mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5795 from jbampton/pre-commit-autoupdate
pre-commit autoupdate, fix spelling, update codespell.txt
This commit is contained in:
@@ -32,14 +32,14 @@ repos:
|
||||
# - id: forbid-tabs
|
||||
# - id: remove-tabs
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.1.0
|
||||
rev: v2.2.1
|
||||
hooks:
|
||||
- id: codespell
|
||||
name: Run codespell
|
||||
description: Check spelling with codespell
|
||||
entry: codespell --ignore-words=codespell.txt
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.32.1
|
||||
rev: v0.32.2
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
name: Run markdownlint
|
||||
@@ -48,7 +48,7 @@ repos:
|
||||
types: [markdown]
|
||||
files: \.(md|mdown|markdown)$
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.27.1
|
||||
rev: v1.28.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
name: Run yamllint
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
ans
|
||||
ba
|
||||
clen
|
||||
creat
|
||||
delet
|
||||
disabl
|
||||
falsy
|
||||
filetest
|
||||
fo
|
||||
hel
|
||||
@@ -12,6 +14,7 @@ methid
|
||||
nd
|
||||
quitt
|
||||
remore
|
||||
ro
|
||||
runn
|
||||
sting
|
||||
upto
|
||||
|
||||
@@ -446,7 +446,7 @@ tr_bitmap_detect(uint8_t bitmap[32], uint8_t ch)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* compile patter to bitmap */
|
||||
/* compile pattern to bitmap */
|
||||
static void
|
||||
tr_compile_pattern(const struct tr_pattern *pat, mrb_value pstr, uint8_t bitmap[32])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user