[#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
parent 46a007ed52
commit e4d75b115f

View file

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