Skip to content

Commit

Permalink
add .sqllint.json example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Jun 16, 2022
1 parent 404069f commit 13c4ae8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,12 @@ To check out parameters, please refer to the `src/Parameters.php` file or use th
### `.sqllint.json`
Parameters for SqlLint can optionally also be provided via a `.sqllint.json` file in the project root. Parameters passed via command line always have precedence over the parameters set in `.sqllint.json`.

Example:
```json
{
"report": "junit"
}
```

[1]:https://github.com/phpmyadmin/sql-parser
[2]:https://getcomposer.org/

0 comments on commit 13c4ae8

Please sign in to comment.