Enable golangci linter stylecheck (#3167)

This PR only fixes error string formatting, log message strings are
still mixed upper/lowercase (see
https://github.com/woodpecker-ci/woodpecker/pull/3161#issuecomment-1885140649)
and I'm not aware of a linter to enforce it.
This commit is contained in:
Robert Kaussow
2024-01-10 22:56:42 +01:00
committed by GitHub
parent 00df53e941
commit 7756c60a33
58 changed files with 126 additions and 129 deletions

View File

@@ -135,7 +135,7 @@ const selectedStepId = computed({
return step.pid;
}
// return fallback if step-id is provided, but step can not be found
// return fallback if step-id is provided, but step cannot be found
return defaultStepId.value;
}