Intellij-idea – How to turn off SonarLint automatic triggering on IntelliJ IDEA

intellij-ideasonarlintsonarlint-intellij

Is there some way of turning-off automatic SonarLint analysis in Intellij IDEA?

I have some 10,000 to 20,000 lines-of-code classes (don't ask, not my fault, trying to refactor). Every time I edit even a single character in the class, the SonarLint plugin makes IDEA unusable for a few minutes.

It is not possible to save the "Automatically trigger analysis" checkbox in the unchecked state in Other Settings > SonarLint General Settings. Is there some other solution to my problem? I really want to use the plugin. I just can't use it in automatic mode.

Best Answer

For intellij:

Go to File -> Settings New window will open In new window Expand tools -> locate SonarLint and click on it. Under settings tab of SonarLint -> uncheck the box 'Automatically trigger Analysis'. enter image description here

Related Topic