actions-marketplace-validations/Kotlint
Run the latest version of ktlint in your repository, disabling wildcard-imports error notification.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | A list of paths to pass along to the ktlint command. | no | **/*.kt |
| auto-correction | With this argument ktlint will perform corrections when possible. | no | -F |
| no-wildcard-imports | With this argument ktlint will not notify about wildcards in code. | no | --disabled_rules=no-wildcard-imports |
Outputs
no outputs