checkstyle / eclipse-cs

The Eclipse Checkstyle plug-in integrates the Checkstyle Java code auditor into the Eclipse IDE. The plug-in provides real-time feedback to the user about violations of rules that check for coding style and possible error prone code constructs.
https://checkstyle.org/eclipse-cs
GNU Lesser General Public License v2.1
97 stars 55 forks source link

remove early startup extension #723

Closed Bananeweizen closed 3 months ago

Bananeweizen commented 3 months ago

This is not necessary for checkstyle functionality. The checkstyle plugin will be loaded because of the registered builder and nature early enough.

related to #722, but unclear whether that fixes those symptoms or not