You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
9
+
10
+
<ProPlanNotice />
11
+
```
12
+
13
+
[SQLFluff](https://github.com/sqlfluff/sqlfluff) is a SQL linter and auto-formatter for standardizing SQL code.
14
+
15
+
## Files
16
+
17
+
SQLFluff will run on files with the following extensions:
18
+
19
+
-`.sql`
20
+
21
+
## Configuration
22
+
23
+
SQLFluff supports the following config files:
24
+
25
+
- User-defined config file set at `reviews.tools.sqlfluff.config_file` in your project's `.coderabbit.yaml` file or setting the "Review → Tools → SQLFluff → Config File" field in CodeRabbit's settings page.
26
+
-`setup.cfg`
27
+
-`tox.ini`
28
+
-`pep8.ini`
29
+
-`.sqlfluff`
30
+
-`pyproject.toml`
31
+
32
+
:::note
33
+
34
+
CodeRabbit will only run SQLFluff if your repository contains a SQLFluff config file. This config must use one of the default file names listed above, or you must define the path to this file in the `.coderabbit.yaml` or config UI.
0 commit comments