Skip to content

reviewdog: make reporter configurable in the action#16

Merged
alexmohr merged 1 commit intomainfrom
bugfix/annotate
Mar 2, 2026
Merged

reviewdog: make reporter configurable in the action#16
alexmohr merged 1 commit intomainfrom
bugfix/annotate

Conversation

@alexmohr
Copy link
Contributor

Summary

A configurable reporter makes the action more flexible:

  • A downstream repo can decide that the PR view comments are too
    verbose and only want them in the pipeline log.
  • A nightly rust / clippy stage can be configured, such that all errors are shown and not only the ones from modified files. Otherwise changes from new versions might show up never unless the lines are in scope of a change by chance.

Checklist

  • I have tested my changes locally
  • I have added or updated documentation
  • I have linked related issues or discussions
  • I have added or updated tests

Related

Notes for Reviewers


Alexander Mohr alexander.m.mohr@mercedes-benz.com, Mercedes-Benz Tech Innovation GmbH
Provider Information

@alexmohr alexmohr force-pushed the bugfix/annotate branch 3 times, most recently from 13062d2 to 439297e Compare February 27, 2026 16:07
A configurable reporter makes the action more flexible:
* A downstream repo can decide that the PR view comments are too
  verbose and only want them in the pipeline log.
* A nightly rust / clippy stage can be configured, such
  that all errors are shown and not only the ones from
  modified files. Otherwise changes from new versions might
  show up never unless the lines are in scope of a change by chance.

Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com>
@alexmohr alexmohr merged commit 9c7e974 into main Mar 2, 2026
4 checks passed
@alexmohr alexmohr deleted the bugfix/annotate branch March 2, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants