This commit is contained in:
Sergey Vlasenko 2024-03-19 16:51:21 +03:00
parent b183a4f5f4
commit d877343d52
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class StaticAnalysisAndroidPlugin : StaticAnalysisPlugin() {
/**
* Task to run detekt checks.
*
* @param --only-diffs <branch or commit> if specified, only files modified
* @param -Ponly-diffs <branch or commit> if specified, only files modified
* relative to this branch or commit will be checked. If specified without value
* then current uncommited changes will be checked. If not specified all source files will be checked.
* @see DetektLinter.getGitDiffFiles, 'git diff' for more info.