Skip to content

Commit 3aecbff

Browse files
authored
Update README.md
1 parent 078b5fa commit 3aecbff

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ sonar.sources=src
5555
sonar.language=sql
5656
# optional as plugin defaults to tsql
5757
sonar.sql.dialect=tsql
58-
5958
```
6059

6160
### PostgreSQL ###
@@ -81,6 +80,19 @@ sonar.sources=src
8180
sonar.language=sql
8281
sonar.sql.dialect=mysql
8382
```
83+
84+
### VSQL ###
85+
Sonar settings for vsql.
86+
```
87+
sonar.projectKey=examples.sql.vsql.project
88+
sonar.projectName=examples.sql.vsql.project
89+
sonar.projectVersion=1.1
90+
sonar.sources=src
91+
# optional
92+
sonar.language=sql
93+
sonar.sql.dialect=vsql
94+
```
95+
8496
## Plugin configuration ##
8597
The following options are available for configuration:
8698

0 commit comments

Comments
 (0)