admin管理员组

文章数量:1022761

What is the command line line parameter that i can use to ignore the GOTO statement usage in plsql code for example we have used below to ignore the forloop block in the code

-Dsonar.issue.ignore.multicriteria.e4.ruleKey=plsql:ForLoopUsageCheck
-Dsonar.issue.ignore.multicriteria.e4.resourceKey=**

i have tried below but it didnt work

-Dsonar.issue.ignore.multicriteria.e13.ruleKey=plsql:GOTOStatement
-Dsonar.issue.ignore.multicriteria.e13.resourceKey=**

What is the command line line parameter that i can use to ignore the GOTO statement usage in plsql code for example we have used below to ignore the forloop block in the code

-Dsonar.issue.ignore.multicriteria.e4.ruleKey=plsql:ForLoopUsageCheck
-Dsonar.issue.ignore.multicriteria.e4.resourceKey=**

i have tried below but it didnt work

-Dsonar.issue.ignore.multicriteria.e13.ruleKey=plsql:GOTOStatement
-Dsonar.issue.ignore.multicriteria.e13.resourceKey=**

本文标签: Sonarqube ignore rules parameter for goto statatement in the codeStack Overflow