lint: Fix linting issue on MacOS
lint task when runs on MacOS generates an error about unused struct field. The linter that complains is structcheck. It does the same check for unused fields as unused linter. That is why we need both linters to be disabled for that field that is used only on Linux.