All Downloads are FREE. Search and download functionalities are using the official Maven repository.

name.remal.gradle_plugins.sonarlint.SonarLintRulesHelp Maven / Gradle / Ivy

There is a newer version: 4.2.15
Show newest version
package name.remal.gradle_plugins.sonarlint;

import static name.remal.gradle_plugins.sonarlint.internal.SonarLintCommand.HELP_RULES;

import name.remal.gradle_plugins.sonarlint.internal.SonarLintCommand;
import org.gradle.work.DisableCachingByDefault;

@DisableCachingByDefault(because = "Produces only non-cacheable console output")
public abstract class SonarLintRulesHelp extends BaseSonarLintHelp {

    @Override
    protected SonarLintCommand getRunnerCommand() {
        return HELP_RULES;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy