Passing the path manually in `setup-jarl` leads to duplicated output
wrong-lint
Hi:
I see this in GHA:
```
warning:
--> R\convert-tm-to-vs.R:28:1
|
28 | convert_tm_to_vs_theme <- function(
| ---------------------- `convert_tm_to_vs_theme` is defined more than once in this package.
|
= help: Other definition at R\convert-tm-to-vs.R:28:1
```
It seems it is considered the same line `R\convert-tm-to-vs.R:28:1` twice (?). It is erroring for every single function of the package I think.
Full log in https://github.com/dieghernan/rstudiothemes/actions/runs/23506253521/job/68414825177
4 条评论