Running advisors selectively
Is it possible, when an operation takes place, to run only some of the
advisors declared for this operation? For example in a project with *.java files and *.doc files, when I deliver only doc files I should like not to run the "Prohibit Unused Import". Is there any way to do that? Thanks Pascal |
2 answers
Jared Burns (4.5k●2●9)
| answered Apr 13 '07, 10:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
No. If you want to ignore an advisor, the best you can do is overrule it
after it's been run. - Jared Pascal wrote: Is it possible, when an operation takes place, to run only some of the |
Jared,
Would it make sense to you to consider such question as a future enhancement? Actually, it would make sense to be able to directly describe/define some filters at the advisor definition level for example to: 1- Avoid any unnecessary check 2- Avoid any unexpected comment like: "Prohibit Unused Import" OK when I only delivered some html doc... Thanks |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.