Skip to content

lint: Fix linting issue on MacOS

Pavlo Strokov requested to merge ps-lint-macos into master

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.

Merge request reports

Loading