Skip to content

Commit f9e519c

Browse files
committed
Update sqlfluff configuration: set max_parse_depth to 1000 and rename allow_implicit_indents to implicit_indents
1 parent c1f93a6 commit f9e519c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/.sqlfluff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ exclude_rules = AL01,AL04,AL07,AL09,AM03,AM05,AM08,CP02,CP03,CV02,CV12,LT05,LT09
2929
# ST11 - Doesn't consider wildcards in SELECT. Issue: https://github.com/sqlfluff/sqlfluff/issues/6511
3030

3131
large_file_skip_byte_limit = 1120000
32+
max_parse_depth = 1000
3233
# CPU processes to use while linting.
3334
# If positive, just implies number of processes.
3435
# If negative or zero, implies number_of_cpus - specifed_number.
@@ -39,7 +40,7 @@ processes = -1
3940
# See https://docs.sqlfluff.com/en/stable/layout.html#configuring-indent-locations
4041
indented_using_on = False
4142
tab_space_size = 2
42-
allow_implicit_indents = True
43+
implicit_indents = allow
4344

4445
[sqlfluff:layout:type:binary_operator]
4546
line_position = trailing

0 commit comments

Comments
 (0)