[#1388] ir: Annotate cmode as nolint

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2024-09-23 10:51:05 +03:00 committed by Dmitrii Stepanov
parent a2ab6d4942
commit 29e4cf7ba1

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
} }