amorris

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
amorris commented, -
amorris created a post, How to disable inspections for specific file
Hi, does anyone know how to disable the inspections for a singular file? I can't seem to figure this out.Basically, jquery.js comes up with a number of inspection errors, and I want to disable the... -
-
amorris created a post, Pycharm 2.6 Inspection failing on built-in functions
Hi, just upgraded to PyCharm 2.6 / Build #121.176, using OSX 10.8.1... and I'm getting inspection errors for all the built-in functions (like open(), etc).I've temporarily disabled the inspection, ... -
-
amorris created a post, Disable specific inspection warning
Is there a way to leave an inspection set, but disable it in a certain instance?For example, in pydev, I used a #@UndefinedVariable comment to get rid of a undefined variable warning. Is there som...