We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f679a commit 4e0434bCopy full SHA for 4e0434b
src/sonar-sql-plugin/src/main/java/org/sonar/plugins/sql/SQLPlugin.java
@@ -46,7 +46,7 @@ public void define(Context context) {
46
.defaultValue(Constants.TSQL_MS_ISSUES_DEFAULT).type(PropertyType.STRING).build());
47
48
context.addExtension(PropertyDefinition.builder(Constants.PLUGIN_SUFFIXES).name("File suffixes")
49
- .description("File suffixes which will be reported belonging to SQL langauge").multiValues(true)
+ .description("File suffixes which will be reported belonging to SQL language").multiValues(true)
50
.defaultValue(".sql").type(PropertyType.STRING).build());
51
52
context.addExtension(PropertyDefinition.builder(Constants.PLUGIN_SQL_SCA_TIMEOUT).name("SCA timeout")
0 commit comments