File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,19 @@ SET GLOBAL slow_query_log = 'ON';
1717SET 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
You can’t perform that action at this time.
0 commit comments