I have a project in IntelliJ IDEA, and I\'m using Git/GitHub as source control. Each time I try to commit changes, IntelliJ IDEA runs a lengthy code analysis and searches for TO
Answer for IntelliJ IDEA 11.1.5:
There are persistent check-boxes in the "Commit Changes" dialog. The next time you go to commit a changelist, uncheck the "Perform code analysis" and "Check TODO" check-boxes.
If you want to just get it done now:
I can't find anyway to disable these checkboxes by default for new projects.