Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Revert R check in pre-commit #1722

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,25 +170,3 @@ repos:
args: [--strict, -c=.github/linters/.yaml-lint.yml]
types: [yaml]
files: \.ya?ml$
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3
hooks:
- id: style-files
name: R – Run styler
description: Run styler for R code
args: [--scope=spaces, --strict=FALSE]
files: \.(R|Rmd)$
- id: lintr
name: R – Run lintr
description: Run lintr for R code
args: [--warn_only]
files: \.(R|Rmd|Rd)$
- id: no-browser-statement
name: R – No browser statement
files: \.(R)$
- id: no-print-statement
name: R – No print statement
files: \.(R)$
- id: parsable-R
name: R – Parsable
files: \.(R|Rmd)$
Loading