Skip to content

Commit b1d66d3

Browse files
rename hook
1 parent 7423ede commit b1d66d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ repos:
132132
stages: [commit, push]
133133
additional_dependencies:
134134
- fs
135-
- id: spell-check-exclude-to-config
136-
name: spell-check-exclude-to-config
135+
- id: spell-check-exclude-identical
136+
name: spell-check-exclude-identical
137137
entry: Rscript inst/hooks/local/spell-check-exclude-identical.R
138138
language: r
139139
stages: [commit, push]

tests/testthat/reference-objects/pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ repos:
6060
entry: inst/hooks/local/hooks-config-to-inst.R
6161
language: script
6262
stages: [commit, push]
63-
- id: spell-check-exclude-to-config
64-
name: spell-check-exclude-to-config
65-
entry: inst/hooks/local/spell-check-exclude-to-config.R
63+
- id: spell-check-exclude-identical
64+
name: spell-check-exclude-identical
65+
entry: inst/hooks/local/spell-check-exclude-identical.R
6666
language: script
6767
stages: [commit, push]
6868
- id: forbid-to-commit

0 commit comments

Comments
 (0)