Product edit #10
reviewdog.yaml
on: pull_request
Run detekt and report as comments
21s
Annotations
2 warnings
Run detekt and report as comments
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run detekt and report as comments:
featureCounter/build.gradle.kts#L45
[detekt] reported by reviewdog 🐶
Line detected, which is longer than the defined maximum line length in the code style.
Raw Output:
/github/workspace/featureCounter/build.gradle.kts:45:1: warning: Line detected, which is longer than the defined maximum line length in the code style. (detekt.MaxLineLength)
|