-
Welcome
Description of the problem
Version of golangci-lint$ golangci-lint --version
# Paste output here
v1.43.0 Configuration file$ cat .golangci.yml
# paste output here
Go environmentwindos-latest github runner Verbose output of running$ golangci-lint cache clean
$ golangci-lint run -v
# paste output here
https://github.com/alibaba/ilogtail/runs/4312542890?check_suite_focus=true Code example or link to a public repositoryhttps://github.com/alibaba/ilogtail |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Nov 24, 2021
Replies: 2 comments
-
Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, it's because in Windows the path separator is Related to #1398 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ldez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
it's because in Windows the path separator is
\
and not/
, then you have to adapt your pattern.Related to #1398