A way to stop code analysis on commit?
Hi,
Whenever I commit code it takes a long time because RM is analyzing it. I click the guy-icon on the status bar and reduce the level from "inspections" to "syntax" which causes him to face to the right instead of face forward. But this setting doesn't seem to "take", i.e. he consistently faces forward causing the level to go back up to "inspections".
When the inspection is done I get an error something like the following, to which I always click "Commit".
"Some files contain problems. No errors and nnn warnings found. Would you like to review them?" with Review/Commit/Cancel buttons.
Is there a way to stop this inspection from happening every time I commit code? I'm not even sure I did the right thing, but that's one of the downsides to have hundreds, if not thousands of options.
Thanks,
Larry
Using: RM 4.5.4 and git
Please sign in to leave a comment.
"Commit Changes" dialog has "Perform code analysis" check box, you just need to uncheck it.
Regards, Oleg.
aarrgghh!! I just checked the "Settings" dialog box; it never occurred to me to look at the dialog box right in front of my face while doing the commit. :(
Thanks a lot, Oleg! (And keep up the good work!)
-- Larry
This issue occured to me on 2022.3.3 RC release as well. I just unchecked the 'anlyze code' in settings --> version control --> commit
This issue occured to me on 2022.3.3 RC release as well. I just unchecked the 'anlyze code' in settings --> version control --> commit
@IntelliJ-Team
I do not like to prevent all warnings.
It is not reasonable for me to get bulk warnings on files ending with …
- .md
- *.drawio.svg
- *Test.java
Is there something like a “warning ignore” alike the .gitignore?
That would be great :D
Hi Dominik Braun
These inspections are taken from your profile configured on: Settings | Editor | Inspections, you may edit these inspections further there.