2

I wanted to ignore camel case regular expression code smell from sonar cloud analysis. I do have sonar-project.properties within my project:

sonar.host.url=https://sonarcloud.io 
sonar.organization=XXXX
sonar.projectKey=YYYYY 
sonar.projectName=YYYYY
sonar.exclusions=**/*.html,**/*.yml,**/*.sh,**/*.yaml,**/*.xml,**/*.py,**/*.md,**/*_test

Could anyone please help me on how to add properties to ignore file with camelcase issue? Thanks in advance

Jasmijn
  • 9,370
  • 2
  • 29
  • 43
saravana kumar
  • 255
  • 1
  • 3
  • 10

0 Answers0