How to disable inspection for a file on CLI?
Hi,
It seems it not possible to disable inspection for a file in a source code, but it is possible to disable the inspection using custom Scope. Is it possible to apply the same on command-line, e.g. invoke inspection for custom scope?
Or any other option how to disable inspection for a file on CLI?
Ideally, we'd like to share the same settings for GUI and CLI.
Background why needed: we use in our pycharm project some Python files that are generated. We do not want to inspect them, as we do not modify these files manually. And of course, we want to have our project "clean", e.g. all inspections issues fixed. Ideally we'd like to run code inspection in Continuous Integration as a checker.
Thanks
Marek
Please sign in to leave a comment.