Max Ostapenko

Results 34 comments of Max Ostapenko

Thanks for the context. So the issue is formatting of subquery end bracket. 1. I see the formatting you're talking about is raising error on [`layout.indent`](https://docs.sqlfluff.com/en/stable/rules.html#rule-layout.indent) rule: > Expected line...

Looked into LT09 again - what do you mean by 'breaks subqueries'? I've found 4 files that will be definitely broken by this rule enabled, e.g. [sql/2019/performance/07_03d.sql](https://github.com/HTTPArchive/almanac.httparchive.org/blob/041bc3d98136c78033f7a853d6b30d3994beac49/sql/2019/performance/07_03d.sql). But in all...

Regarding indentation discussion, here's a config to get to the expected result: ``` [sqlfluff:layout:type:start_bracket] spacing_before = single:inline ``` If seems OK, I'll push the changes and we'll have a fresh...

Pushed all the file updates corresponding to new indents. @tunetheweb @rviscomi thoughts?