nikitasavinov / checkstyle-action

Run Java checkstyle with reviewdog in github actions
MIT License
59 stars 36 forks source link

Support ${config_loc} variable for suppressions.xml #16

Closed Siedlerchr closed 3 years ago

Siedlerchr commented 4 years ago

Hi,

thanks for the extension, I really like the idea. I tried to integrate it in our project but it does not work, because it cannot resolve the variable: We use it also in our gradle process https://docs.gradle.org/current/userguide/checkstyle_plugin.html#sec:checkstyle_built_in_variables

https://github.com/JabRef/jabref/pull/6996

nikitasavinov commented 3 years ago

Resolved now, thanks to @tochi-y : https://github.com/nikitasavinov/checkstyle-action/pull/19

arjenzhou commented 3 years ago

@nikitasavinov Hi, it seems not solving resolving envs.

Property ${config_loc} has not been set