2022-01-24 10:01:37 -05:00
|
|
|
## This /.sqlfluff file can be used to configure the SQLFluff linter when
|
2023-12-12 02:41:41 -05:00
|
|
|
## used via the Super Linter. Copy it to the .github/linters folder of
|
2022-01-20 10:02:30 -05:00
|
|
|
## your repo, and uncomment the necessary lines to configure the Super Linter.
|
|
|
|
##
|
2023-12-12 02:41:41 -05:00
|
|
|
## IMPORTANT NOTE: The Super Linter configuration file for SQLFluff
|
2022-01-20 10:02:30 -05:00
|
|
|
## supersedes any local configuration files you might have in within your
|
|
|
|
## codebase. For this reason it should only be used when you want the same
|
|
|
|
## configuration for your entire code base. If you need different configuration
|
|
|
|
## in different folders you must leave this config commented out, and instead
|
|
|
|
## manage all your config files within your code base rather than in the
|
|
|
|
## .github/linters folder
|
|
|
|
##
|
2023-04-14 15:18:42 -04:00
|
|
|
## Configuration options are described here:
|
|
|
|
## https://docs.sqlfluff.com/en/stable/configuration.html
|
|
|
|
##
|
2022-01-20 10:02:30 -05:00
|
|
|
|
|
|
|
[sqlfluff]
|
|
|
|
#dialect = ansi
|