This project is based on dbt plugin for SQLFluff and is licensed under the MIT License.
This plugin works with SQLFluff, the SQL linter for humans, to correctly parse and compile SQL projects using Dataform.
As dataform uses mainly '.sqlx' files you will need to set the '.sqlfluff' as below:
[sqlfluff]
templater = dataform
dialect = bigquery
sql_file_exts = .sql,.sqlx