Remove lintr id
This commit is contained in:
parent
406ee1ac68
commit
3add388e25
1 changed files with 42 additions and 43 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# All available hooks: https://pre-commit.com/hooks.html
|
# All available hooks: https://pre-commit.com/hooks.html
|
||||||
# R specific hooks: https://github.com/lorenzwalthert/precommit
|
# R specific hooks: https://github.com/lorenzwalthert/precommit
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/lorenzwalthert/precommit
|
- repo: https://github.com/lorenzwalthert/precommit
|
||||||
rev: v0.4.3.9012
|
rev: v0.4.3.9012
|
||||||
hooks:
|
hooks:
|
||||||
- id: style-files
|
- id: style-files
|
||||||
|
|
@ -57,7 +57,6 @@ repos:
|
||||||
\.github/workflows/.*|
|
\.github/workflows/.*|
|
||||||
data/.*|
|
data/.*|
|
||||||
)$
|
)$
|
||||||
- id: lintr
|
|
||||||
- id: readme-rmd-rendered
|
- id: readme-rmd-rendered
|
||||||
- id: parsable-R
|
- id: parsable-R
|
||||||
- id: no-browser-statement
|
- id: no-browser-statement
|
||||||
|
|
@ -65,21 +64,21 @@ repos:
|
||||||
- id: no-debug-statement
|
- id: no-debug-statement
|
||||||
- id: deps-in-desc
|
- id: deps-in-desc
|
||||||
- id: pkgdown
|
- id: pkgdown
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v5.0.0
|
rev: v5.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
args: ['--maxkb=200']
|
args: ["--maxkb=200"]
|
||||||
- id: file-contents-sorter
|
- id: file-contents-sorter
|
||||||
files: '^\.Rbuildignore$'
|
files: '^\.Rbuildignore$'
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
exclude: '\.Rd'
|
exclude: '\.Rd'
|
||||||
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
||||||
rev: v1.6.1
|
rev: v1.6.1
|
||||||
hooks:
|
hooks:
|
||||||
# Only required when https://pre-commit.ci is used for config validation
|
# Only required when https://pre-commit.ci is used for config validation
|
||||||
- id: check-pre-commit-ci-config
|
- id: check-pre-commit-ci-config
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
- id: forbid-to-commit
|
- id: forbid-to-commit
|
||||||
name: Don't commit common R artifacts
|
name: Don't commit common R artifacts
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue