We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e896e commit 8befacbCopy full SHA for 8befacb
1 file changed
.github/workflows/lint.yaml
@@ -1,7 +1,4 @@
1
# lintr provides static code analysis for R.
2
-# It checks for adherence to a given style,
3
-# identifying syntax errors and possible semantic issues,
4
-# then reports them to you so you can take action.
5
# More details at https://lintr.r-lib.org/
6
7
name: lint
@@ -34,7 +31,7 @@ jobs:
34
31
extra-packages: lintr
35
32
36
33
- name: Run lintr
37
- run: lintr::sarif_output(lintr::lint_dir("."), "lintr-results.sarif")
+ run: lintr::sarif_output(lintr::lint_package(), "lintr-results.sarif")
38
shell: Rscript {0}
39
continue-on-error: true
40
0 commit comments