We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202b900 commit 67768cbCopy full SHA for 67768cb
README.md
@@ -1,6 +1,6 @@
1
# GitHub Action: Run Android Lint with reviewdog
2
3
-This action runs [Andriod Lint](https://developer.android.com/studio/write/lint) with
+This action runs [Android Lint](https://developer.android.com/studio/write/lint) with
4
[reviewdog](https://github.com/reviewdog/reviewdog).
5
6
## Inputs
@@ -24,6 +24,11 @@ The default is `error`.
24
Optional. Reporter of reviewdog command [`github-check`, `github-pr-check`,`github-pr-review`].
25
The default is `github-check`.
26
27
+#### `reviewdog_flags`
28
+
29
+Optional. Additional flags to be passed to reviewdog cli.
30
+The default is ``.
31
32
## Example usage
33
34
[Example repo](https://github.com/DVDAndroid/action-android-lint-example)
0 commit comments