-
Notifications
You must be signed in to change notification settings - Fork 43
update workflows and tool-versions #418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6fa33bb
to
b362198
Compare
b362198
to
71ebcaa
Compare
Codecov Report
@@ Coverage Diff @@
## main #418 +/- ##
=======================================
Coverage 36.96% 36.96%
=======================================
Files 7 7
Lines 303 303
=======================================
Hits 112 112
Misses 182 182
Partials 9 9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
.golangci.yaml
Outdated
- deadcode | ||
- rowserrcheck | ||
- structcheck | ||
- varcheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it already being taken care by other checks and that's why disabled?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They're deprecated. I don't think golangci runs them anymore though, so I think this is redundant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can it be removed then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will see if removing them from the disabled list does indeed not run them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing works and pr is updated
Brings our .golangci file more up to date with the chainlink repo as well