Remove lintr id
This commit is contained in:
parent
406ee1ac68
commit
3add388e25
1 changed files with 42 additions and 43 deletions
|
|
@ -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
|
||||||
|
|
@ -69,7 +68,7 @@ repos:
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue