dev: sqlfluff ignore comment line length
This commit is contained in:
parent
fc625b50d7
commit
84c3513987
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@ align_within = create_table_statement
|
||||||
[sqlfluff:layout:type:data_type]
|
[sqlfluff:layout:type:data_type]
|
||||||
spacing_before = align
|
spacing_before = align
|
||||||
align_within = create_table_statement
|
align_within = create_table_statement
|
||||||
|
|
||||||
|
[sqlfluff:rules:layout.long_lines]
|
||||||
|
ignore_comment_lines = True
|
||||||
|
|
Loading…
Reference in a new issue