I am not able to excude node_modules entire folder
here is my .properties file config
sonar.exclusions=node_modules/**/*
please help me !!
I am not able to excude node_modules entire folder
here is my .properties file config
sonar.exclusions=node_modules/**/*
please help me !!
Hey there.
You need to add more details.
ok sharing
Instead of setting scanner-level properties, I would suggest either:
sonar.exclusions
to your analysis command, such as sonar-scanner.bat -Dsonar.exclusions=node_modules/**/*
)No it’s not working
They still entering node_modules folder
I got a version error like :- org.sonarsource.nodejs.NodeCommandException: Only Node.js v12.22 or later is supported, got 8.9.
so which version of sonarqube should i use with node js 8.9 ?
Take a look at the documentation on Scanner Environment.
Thanks for replying i have successfully completed same.