mirror of
https://github.com/sqlfluff/sqlfluff
synced 2025-12-17 19:31:32 +00:00
* Add yamllint checks * Update to ture/false instead of True/False * Reinstate all rules * Extend default * Add ignore direcotries
18 lines
294 B
Plaintext
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)
|