We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfde33e commit aa33ce0Copy full SHA for aa33ce0
1 file changed
README.md
@@ -17,12 +17,19 @@ SET GLOBAL slow_query_log = 'ON';
17
SET GLOBAL long_query_time = 0;
18
```
19
20
+## Database Setting
21
+To set up validation,
22
+- rename the file `config.sample.yaml` to `config.yaml`
23
+- modify the yaml settings
24
-## Validate Setting
25
+https://github.com/tkc/sql-dog/blob/master/config.sample.yaml
26
-The user's validation settings are still hard-coded. Please change the following settings from the source code.
27
+## Validate Setting
28
29
+- rename the file `linter.sample.yaml` to `linter.yaml`
30
31
-https://github.com/tkc/sql-dog/blob/master/cmd/lint/main.go#L12-L49
32
+https://github.com/tkc/sql-dog/blob/master/linter.sample.yaml
33
34
## Run
35
0 commit comments