maven - Exclude package / directory from SonarQube's 'Package Tangle Index' analisys -


we run sonarqube analisys on our code , we're having bad time 3rd party package , "package tangle index" analisys. reasons can't fix issues , can't exclude folder being processed because harsh; have rules want run there.

so... there way exclude package / directory being analyzed on specific package tangle index rule ? we've tried squid:cyclebetweenpackages on rule exclusions didn't seem work. alerts not generated index still there going strong.

thanks!

package tangle index not rule, metric, not delete it.

the metrics calculated because used activate or not rules.

in sonarqube 4.5.1 (version use), delete package of analysis. however, excluded, ie no other metric calculated it: settings > exclusions> files.


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -