docs: update sqlfluff to add new variable

This commit is contained in:
keatmin 2023-07-25 23:21:58 +10:00
parent 91afcacfb1
commit affd602978
No known key found for this signature in database
GPG Key ID: 50A4865D66B51FA3

View File

@ -44,6 +44,13 @@ g:ale_sql_sqlfluff_options *g:ale_sql_sqlfluff_options*
This variable can be set to pass additional options to the sqlfluff linter.
g:ale_sql_sqlfluff_config_file *g:ale_sql_sqlfluff_config_file*
*b:ale_sql_sqlfluff_config_file*
Type: |String|
Default: `'.sqlfluff'`
This variable can be set to pass config file type to sqlfluff.
Either pyproject.toml, setup.cfg, tox.ini, or pep8.ini.
===============================================================================