Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
linters: linters_with_defaults(object_usage_linter = NULL, return_linter = NULL, line_length_linter = NULL)
linters: linters_with_defaults(object_usage_linter = NULL, return_linter = NULL, line_length_linter = NULL, indentation_linter = NULL, object_length_linter = NULL)
encoding: "UTF-8"
16 changes: 1 addition & 15 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,7 @@ repos:
rev: v0.4.3.9017
hooks:
- id: lintr
#####
# Java
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.15.0
hooks:
- id: pretty-format-java
args: [--aosp,--autofix]
#####
# Julia
# Due to lack of first-class Julia support, this needs Julia local install
# and JuliaFormatter.jl installed in the library
# - repo: https://github.com/domluna/JuliaFormatter.jl
# rev: v1.0.39
# hooks:
# - id: julia-formatter
files: \.R$|\.Rmd$
#####
# Secrets
- repo: https://github.com/Yelp/detect-secrets
Expand Down