Skip to content

Commit

Permalink
Improve default rules
Browse files Browse the repository at this point in the history
Temporary implementation as sonarlint-vscode will be available soon
  • Loading branch information
gquerret committed Jan 13, 2023
1 parent 8e6db9a commit e8d2f5e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .vscode/cabl.json
@@ -1,15 +1,5 @@
{
"activeRules": [
{
"name": "MyCustomScript",
"class": "eu.rssw.antlr.proparse.checks.GroovyPathTemplate",
"parameters": [
{
"name": "script",
"value": "foobar.groovy"
}
]
},
{
"name": "AbbreviatedKeywords",
"class": "eu.rssw.antlr.proparse.checks.AbbreviatedKeywords",
Expand Down Expand Up @@ -82,11 +72,11 @@
"parameters": [
{
"name": "minTokens",
"value": 0
"value": 20
},
{
"name": "ignoreSingleLineComments",
"value": false
"value": true
},
{
"name": "ignoreJavadocComments",
Expand Down

0 comments on commit e8d2f5e

Please sign in to comment.