Skip to content

Commit 5b33e9c

Browse files
author
Vianpyro
committed
Update SQLFluff configuration to exclude layout.long_lines rule and adjust ignored rules
1 parent ebed5c5 commit 5b33e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.sqlfluff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[sqlfluff]
22
dialect = mariadb
33
max_line_length = 100
4-
exlude_rules = PRS, layout.spacing
5-
ignore = parsing, layout.spacing
4+
exlude_rules = PRS, layout.long_lines
5+
ignore = parsing, layout.long_lines

0 commit comments

Comments
 (0)