Skip to content

Commit 5250006

Browse files
committed
add default jarl toml for now
1 parent 78a257c commit 5250006

File tree

2 files changed

+6
-36
lines changed

2 files changed

+6
-36
lines changed

.github/workflows/jarl-check.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v6
14-
15-
- name: "Install Jarl"
16-
run: |
17-
curl --proto '=https' --tlsv1.2 -LsSf \
18-
https://github.com/etiennebacher/jarl/releases/latest/download/jarl-installer.sh | sh
19-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
20-
21-
- name: "Run Jarl"
22-
run: jarl check . --fix --output-format github
14+
- uses: etiennebacher/[email protected]
15+
with:
16+
args: check . --fix --output-format github

jarl.toml

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,7 @@
1-
21
[lint]
3-
select = ["CORR", "SUSP", "PERF", "READ"]
4-
2+
select = []
3+
extend-select = []
54
ignore = []
6-
7-
exclude = [
8-
".git/",
9-
".github/",
10-
"renv/",
11-
"packrat/",
12-
"revdep/",
13-
"*.tar.gz",
14-
"*.Rcheck/",
15-
"**/*.Rd",
16-
"*.tmp",
17-
"*.temp",
18-
"docs/",
19-
"_site/",
20-
".cache/",
21-
"*_cache/",
22-
]
23-
24-
5+
exclude = []
256
default-exclude = true
26-
277
assignment = "<-"
28-
29-
fixable = ["CORR", "SUSP", "PERF", "READ"]
30-
31-
unfixable = []

0 commit comments

Comments
 (0)