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/.*|
|
||||
data/.*|
|
||||
)$
|
||||
- id: lintr
|
||||
- id: readme-rmd-rendered
|
||||
- id: parsable-R
|
||||
- id: no-browser-statement
|
||||
|
|
@ -69,7 +68,7 @@ repos:
|
|||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
args: ['--maxkb=200']
|
||||
args: ["--maxkb=200"]
|
||||
- id: file-contents-sorter
|
||||
files: '^\.Rbuildignore$'
|
||||
- id: end-of-file-fixer
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue