Skip to content

Commit ad1c4dc

Browse files
committed
doc: explicit rules in .sqruff example config
1 parent 5af8f5a commit ad1c4dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A CLI and GitHub Action to format SQL code within [sqlx](https://github.com/laun
44

55
This is not an official sqlx project, just something I always wanted to have.
66

7-
This project is a WiP.
7+
This project is a WiP.
88

99
## Installation
1010

@@ -42,7 +42,7 @@ sqlx-fmt format --path ./src --config .sqruff
4242
<pre>
4343
[sqruff]
4444
dialect = postgres
45-
rules = all
45+
rules = ambiguous,capitalisation,convention,layout,references
4646

4747
[sqruff:indentation]
4848
indent_unit = space

0 commit comments

Comments
 (0)