rbob86/Snazzy LookML Linter
Lint LookML Projects and create Pull Request reviews with linting violations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| configFile | Path to linter config file specifying severity of each rule. | no | ${{ github.workspace }}/.github/config.yaml |
| filepaths | List of files to lint. Ignore if wanting to lint ALL project files. Use output from tj-actions/changed-files action in workflow to lint only files changed in commit/pull request. | no | — |
| saveOutputToFile | Flag to determine whether or not linter output should be saved to a .txt file within repo. | no | false |
Outputs
| name | description |
|---|---|
| error_log | Error/warning output generated by the linter (indented by LookML file names). |