Skip to content

Commit aa33ce0

Browse files
author
Tkc
authored
Update README.md
1 parent bfde33e commit aa33ce0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,19 @@ SET GLOBAL slow_query_log = 'ON';
1717
SET GLOBAL long_query_time = 0;
1818
```
1919

20+
## Database Setting
21+
To set up validation,
22+
- rename the file `config.sample.yaml` to `config.yaml`
23+
- modify the yaml settings
2024

21-
## Validate Setting
25+
https://github.com/tkc/sql-dog/blob/master/config.sample.yaml
2226

23-
The user's validation settings are still hard-coded. Please change the following settings from the source code.
27+
## Validate Setting
28+
To set up validation,
29+
- rename the file `linter.sample.yaml` to `linter.yaml`
30+
- modify the yaml settings
2431

25-
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
2633

2734
## Run
2835

0 commit comments

Comments
 (0)