[#1388] ir: Annotate cmode as nolint
All checks were successful
DCO action / DCO (pull_request) Successful in 1m1s
Tests and linters / Run gofumpt (pull_request) Successful in 1m12s
Vulncheck / Vulncheck (pull_request) Successful in 1m18s
Pre-commit hooks / Pre-commit (pull_request) Successful in 2m3s
Build / Build Components (pull_request) Successful in 2m14s
Tests and linters / gopls check (pull_request) Successful in 2m30s
Tests and linters / Staticcheck (pull_request) Successful in 2m47s
Tests and linters / Lint (pull_request) Successful in 3m37s
Tests and linters / Tests (pull_request) Successful in 4m9s
Tests and linters / Tests with -race (pull_request) Successful in 6m10s

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2024-09-23 10:51:05 +03:00
parent 12608d3187
commit 6da36ff7fc

View file

@ -103,6 +103,8 @@ type (
// to the application. // to the application.
runners []func(chan<- error) error runners []func(chan<- error) error
// cmode used for upgrade scenario.
// nolint:unused
cmode *atomic.Bool cmode *atomic.Bool
} }