diff --git a/README.md b/README.md index 37f241f..e7c3866 100644 --- a/README.md +++ b/README.md @@ -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/