Updated
On this page
Maven/Gradle linter that delegates to the project's detected lint command (detekt, checkstyle, or ./gradlew check) via subprocess.
#rlsbl.lint.maven
#rlsbl.lint.maven
Maven/Gradle linter that delegates to the project's detected lint command (detekt, checkstyle, or ./gradlew check) via subprocess.
#MavenLinter
Subprocess-based linter for Maven/Gradle projects.
Delegates to MavenTarget.detect_lint_command() to determine the appropriate lint command, then runs it. LanguageLintConfig fields (forbidden_imports, stdout_enabled, etc.) are ignored since they are meaningless for subprocess linters.
#lint
python
def lint(self, project_path: str, config: LanguageLintConfig, *, check_timeout: int=120) -> list[LintResult]