mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 16:53:46 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user