From 13c4ae8dff09b3bebe1538a07e59a843fb346212 Mon Sep 17 00:00:00 2001 From: FO-nTTaX Date: Fri, 17 Jun 2022 01:26:49 +0200 Subject: [PATCH] add .sqllint.json example to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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/