tfs2015 - SonarQube exclude files -


our build fails due such error:

the folder 'f:\tfs_agents\default_work\58\s\sources\dotnet\foo\onlinehelp\syntax' not exist...

i checked original folder onlinehelp, , there no folder named syntax inside. instead there auto-generated file named

syntax,_functions,_currencies_and_units.html

so suggested exclude whole onlinehelp folder this: exclude filter

but still same error. did mistakes filter?

the sonarqube scanner msbuild has known limitation files containing commas, see sonarmsbru-199 .

there's anyhow little value in analysing generated code (quality feedback not actionable end-user), you're better off excluding projects made of generated code.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -