File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ Currently plug-in supports:
1616 - [ SQLCodeGuard] ( https://www.red-gate.com/products/sql-development/sql-code-guard/index )
1717 - [ MSBuild] ( https://msdn.microsoft.com/en-us/library/dd172133(v=vs.100).aspx )
1818 - [ SQLCheck] ( https://github.com/jarulraj/sqlcheck )
19- - Custom rules reported by plugin
19+ - Custom rules reported by [ plugin] ( https://github.com/gretard/sonar-sql-plugin/blob/master/docs/pluginRules.md )
2020- Reporting of code coverage calculated by [ SQLCover] ( https://github.com/GoEddie/SQLCover )
2121- Lines and comment lines measures reporting
2222- Cognitive and cyclomatic complexity metrics reporting
23- - Custom user rules. Configuration can be found at [ here] ( )
23+ - Custom user rules. Configuration can be found at [ here] ( https://github.com/gretard/sonar-sql-plugin/blob/master/docs/customRulesSetup.md )
2424
2525## Requirements ##
2626Different plugin versions supports the following:
@@ -85,4 +85,4 @@ The following options are available for configuration:
8585- ** sonar.sql.tsql.sqlcover.report** - path to SQLCover report. Can be absolute or suffix to search in base dir. * Defaults to Coverage.opencoverxml* .
8686- ** sonar.sql.file.suffixes** - file suffixes which will be reported belonging to SQL langauge. * Defaults to .sql*
8787- ** sonar.sql.sca.timeout** - timeout value for static code analysis done by plugin in seconds. * Defaults to 3600*
88- - ** sonar.sql.sca.maxfilesize** - limit in bytes for files to be analyzed by plugin. * Defaults to 2097152*
88+ - ** sonar.sql.sca.maxfilesize** - limit in bytes for files to be analyzed by plugin. * Defaults to 2097152*
You can’t perform that action at this time.
0 commit comments