File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ ARTIFACT_DOWNLOAD_CONTINUE_ON_ERROR=false # Continue workflow execution even i
107107# ================================================================================================
108108
109109# Benchmark execution timeout in minutes
110- BENCHMARK_TIMEOUT=20 # Minutes
110+ BENCHMARK_TIMEOUT=20
111111
112- # Benchmark mode
113- BENCHMARK_MODE=quick # Options: quick, full, normal
112+ # Benchmark mode (Options: quick, full, normal)
113+ BENCHMARK_MODE=quick
114114
115115# Test Execution Timeouts
116116TEST_TIMEOUT=30m # Go test timeout for standard tests
@@ -312,8 +312,8 @@ GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.5.0 # https://github.com/golangci/gol
312312GO_PRE_COMMIT_FUMPT_VERSION=v0.9.1 # https://github.com/mvdan/gofumpt
313313GO_PRE_COMMIT_GOIMPORTS_VERSION=latest # https://github.com/golang/tools
314314
315- # Build Configuration
316- GO_PRE_COMMIT_BUILD_TAGS= # Build tags for golangci-lint and other tools
315+ # Build tags for golangci-lint and other tools
316+ GO_PRE_COMMIT_BUILD_TAGS=
317317
318318# Individual Checks
319319GO_PRE_COMMIT_ENABLE_FMT=true
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ ignore:
3232 - " .vscode/**"
3333 - " bin/**"
3434 - " examples/**"
35+ - " mocks/**"
36+ - " testing/**"
3537
3638# Parsers
3739# --------------
You can’t perform that action at this time.
0 commit comments