Files
sqlfluff/.yamllint
Barry Pollard 3c56e20cbb Add yamllint to project (#2162)
* Add yamllint checks

* Update to ture/false instead of True/False

* Reinstate all rules

* Extend default

* Add ignore direcotries
2021-12-21 20:00:41 +00:00

18 lines
294 B
Plaintext

---
extends: default
ignore: |
.tox/
.venv/
dbt_modules/
dbt_packages/
rules:
brackets: disable
document-start: disable
indentation:
indent-sequences: whatever
line-length: disable
truthy:
check-keys: false # .github workflow uses "on:" (but not as a truthy value)