testmycode / tmc-netbeans

Test My Code NetBeans plugin
GNU General Public License v2.0
19 stars 18 forks source link

Do not call checkstyle at all if checkstyle strategy is disabled. #101

Open avihavai opened 9 years ago

avihavai commented 9 years ago

Currently checkstyle plugin is called regardless of the configuration, and the plugin decides what to do based on the configuration. It would make more sense to only call the plugin if it is not disabled.