https://github.com/getindata/looker-pre-commit
A set of pre-commit hooks for Looker
https://github.com/getindata/looker-pre-commit
Last synced: 3 months ago
JSON representation
A set of pre-commit hooks for Looker
- Host: GitHub
- URL: https://github.com/getindata/looker-pre-commit
- Owner: getindata
- License: apache-2.0
- Created: 2022-06-03T06:32:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-04T17:09:49.000Z (about 4 years ago)
- Last Synced: 2025-01-24T02:31:04.187Z (over 1 year ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# looker-pre-commit
A set of [pre-commit](https://pre-commit.com/) hooks for Looker
## Supported hooks:
* [LAMS](https://github.com/looker-open-source/look-at-me-sideways)
* [lkmlstyle](https://github.com/spectacles-ci/lkmlstyle)
## Example setup:
```yaml
repos:
- repo: https://github.com/getindata/looker-pre-commit
rev: v0.1.4
hooks:
- id: lams
args:
- --reporting=no
- --output-to-cli
- id: lkmlstyle
```