-
Hi there, I've used this golangci-lint on Github Actions to automate lint testing on my repository. |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
Jul 12, 2021
Replies: 1 comment 1 reply
-
Hello, you just have to convert your
It's not possible to read an external |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yuonoda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
you just have to convert your
revive.toml
file to YAML and add those data in therevive
section of the golangci-lint configuration.revive
section of the golangci-lint configuration: https://golangci-lint.run/usage/linters/#reviveIt's not possible to read an external
revive.toml
file from golangci-lint.