Sometimes you use in your code third party libraries which don't have stellar code (for example Mochimedia's API) and because of that, if you run full code inspection they are there clogging your results. I know how to suppress single statement, but there seems to be no option to suppress them for class or whole file in *.as files. Not to mention I have no idea how to suppress error detection. Is it even possible?
Hello Maurycy. You can configure inspection profile http://www.jetbrains.com/idea/webhelp/code-inspection.html#h2inspection_profiletitle to use custom defined scope http://www.jetbrains.com/idea/webhelp/code-inspection.html#h2inspection_scopetitle excluding code you don't want to be inspected.
Thank you, I didn't know about the scopes!