From a555b1bad8078b97acb4dd39bf0a506937ba4fea Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 21 Jun 2022 13:43:27 +0300 Subject: [PATCH] Fix `lint-golangci-lint` task for Windows systems (#752) Refs #388. --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index be7741fdb9a8..4d1d3c6521fb 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -109,3 +109,7 @@ issues: - linters: [depguard] path: internal/wire text: bson + # required to make this rule work on Windows systems + - linters: [depguard] + path: internal\\wire + text: bson