name.remal.gradle_plugins.sonarlint.SonarLintRulesHelp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonarlint Show documentation
Show all versions of sonarlint Show documentation
Remal Gradle plugins: sonarlint
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