actions-marketplace-validations/tflint-action
🐶 Run tflint with reviewdog on pull requests to improve code review experience.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN. | — | ${{ github.token }} |
| level | Report level for reviewdog [info,warning,error] | — | error |
| reporter | Reporter of reviewdog command [github-pr-check,github-pr-review]. | — | github-pr-check |
| fields | will check whether these fields exist in the test file. | — | "" |
| path | Base directory to run action. Same as `[path]` of `find` command. | — | . |
| pattern | File patterns of target files. Same as `-name [pattern]` of `find` command. | — | * |
| exclude | Exclude patterns of target files. Same as `-not -path [exclude]` of `find` command. | — | "" |
| filter_mode | Filtering mode for the reviewdog command [added,diff_context,file,nofilter]. | — | added |
| fail_on_error | Exit code for reviewdog when errors are found [true,false]. | — | false |
Outputs
no outputs