2024-11-15 18:53:47 +00:00
|
|
|
[sqlfluff]
|
|
|
|
dialect = sqlite
|
2024-11-21 07:43:33 +00:00
|
|
|
exclude_rules = references.special_chars
|
2024-11-15 18:53:47 +00:00
|
|
|
|
2024-11-16 05:57:53 +00:00
|
|
|
[sqlfluff:rules:capitalisation.keywords]
|
|
|
|
# Keywords
|
|
|
|
capitalisation_policy = upper
|
|
|
|
|
2024-11-15 18:53:47 +00:00
|
|
|
[sqlfluff:layout:type:column_constraint_segment]
|
|
|
|
spacing_before = align
|
|
|
|
align_within = create_table_statement
|
|
|
|
|
|
|
|
[sqlfluff:layout:type:data_type]
|
|
|
|
spacing_before = align
|
|
|
|
align_within = create_table_statement
|
2024-11-21 07:46:06 +00:00
|
|
|
|
|
|
|
[sqlfluff:rules:layout.long_lines]
|
|
|
|
ignore_comment_lines = True
|