Michael Rosenberg
Michael Rosenberg
Issue is reproduced after release `sqlfluff==0.10.0`: ```bash mkdir -p ~/.virtualenvs python3.8 -m venv ~/.virtualenvs/issue-2567-reproduce source ~/.virtualenvs/issue-2567-reproduce/bin/activate pip install -r requirements.txt ... sqlfluff lint --dialect=redshift super_select.sql # see issue #1672 for...
@barrywhart the false rule violation described above, and the reproduction of the false rule violation, are both identified on this query from issue #1672 : ```sql SELECT c[0].col, o FROM...
Issue still exists as of version `0.10.1`. Will address today.
Please Assign to me.
Reproduced this issue in gh `v2.13.0`. I'll start working on a fix for this in [this branch](https://github.com/PLBMR/gh-cli/tree/bugfix/PLBMR/issue-3501-fix-linewrap).
@mmrwoods great work! That solutions aligns pretty closely with what I was dev-ing :) However, it'd be nice if we can turn word wrap defaults altogether, leaving it up to...