chencmd/datapack-linter
Processing to lint datapack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | A GitHub token. It is recommended that this token be set when using linter in pull_request events. | no | "" |
| lintDirectory | Lint base directory. | no | . |
| configPath | Path of a configuration file. | no | .vscode/settings.json |
| forcePass | If set to "true", the check will not fail if any files fail. | no | false |
| muteSuccessResult | If set to "true", the result of successfully checked files is not output. | no | false |
| ignoreLintPathPattern | Do not check for files that match the entered globPattern. | no | "" |
| alwaysCheckAllFile | If set to "true", it will always check all files without using the cache. | no | false |
Outputs
no outputs