I have a few modules in my project that either:
use code from the internet that I don't understand but works so I don't want to touch them
or use really old, unmaintainable code that is in the process of being replaced
I am aware of the @Ignore annotation but is there a way to ignore ALL inspections?