Server-Side inspections not excluding paths
Hi,
I have a large JS project where we have many external javascripts stored in the project itself(ex:angularJS, angular-ui, etc). I am unable to get these excluded from the javascript inspections using the exlusion rules.
I currently have these rules:
-:deployment/**
-:server/src/test/**
-:server/src/main/resources/assets/angular/**
-:server/src/main/resources/assets/bootstrap/**
-:server/src/main/resources/assets/jquery/**
-:server/src/main/resources/assets/ngGrid/**
I have also added a screenshot that shows the whole inspections config.
I do not understand why nothing is being excluded. This makes the inspection phase last way to long and generate way to many errors I do not want
are there any suggestions on how to fix this or to work around it? I do not want to move these files into an other project or module though.
cheers,
Flo.
Attachment(s):
inspections.png
Please sign in to leave a comment.