-
Don't work for me :( fail everytime.
```
Run acrollet/action-phpcs-drupal@v1.0.2
with:
filter_mode: file
github_token: ***
tool_name: phpcs
...
Using config file: /usr/local/bin/…
-
### Improvement description
See https://github.com/marketplace/actions/run-phpmd-with-reviewdog
-
We should add tests to avoid this (#31) kind of failure before merging it similar to https://github.com/reviewdog/action-template and other actions.
@mgrachev Can you work on it?
-
Running the reek action and it seems if reek has a large amount of output, the runner action will complete but the posted result will sit in the "pending" state forever.
I'm pretty sure it's relate…
-
I was trying to setup a GitHub action on a typescript project, but I couldn't make it work. Here were the logs:
```
Run reviewdog/action-eslint@v1
[11](https://github.com/ValentinVignal/themed-co…
-
I am using reviewdog reporter via wemake-python-styleguide. When I choose the reporter 'github-pr-review'
with the following build
```
name: "lint"
on:
push:
pull_request:
# The bra…
-
This is an umbrella issue to support code suggestion features.
Related: #624, #660
Depends on: #628
- Reporters support
- [x] `-reporter=github-pr-review` #675 #698
- [ ] `-reporter=gitla…
-
Hello, with this config I'm unable to see review comments with detected issues:
```
- name: detekt
uses: alaegin/Detekt-Action@v1.15.0.1
with:
github_token: ${{ se…
-
As explained in #848 when the `--fail-on-error` flag is enabled Reviewdog now fails when it finds any results from linters regardless of the diagnostic level (error/warning/info/diagnostics). This beh…
-
I have a question with the formatter.
Because my tests are getting big and are running in a github action workflow, i was thinking about to optimise the way, they are displayed in github actions.…