-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix: remove default pass on linters #711
Conversation
aalu1418
commented
May 20, 2024
•
edited
Loading
edited
- relayer
- integration-tests
4f396b8
to
439088f
Compare
439088f
to
2c383f1
Compare
72b308a
to
33641eb
Compare
33641eb
to
43c3c57
Compare
43c3c57
to
d08ed05
Compare
Quality Gate failedFailed conditions |
@@ -3,7 +3,7 @@ | |||
pkgs.mkShell { | |||
nativeBuildInputs = with pkgs; [ | |||
(rust-bin.stable.latest.default.override { extensions = ["rust-src"]; }) | |||
lld_10 | |||
# lld_10 |
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.
What does this do?
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.
my understanding it's a toolchain but @archseer also has it disabled in a PR that's updating even more dependencies https://github.com/smartcontractkit/chainlink-solana/pull/588/files#diff-e53dfbfffe62ae3c0b411b3938ccffa9fb6a2ecc565f55785ef8daa756631a6b
* fix: remove default pass on linters (#711) * remove default pass on integration tests + relayer * upgrade to go1.21.6 * fix relay linter issues * fix e2e test linter * fix e2e tests * linter fixes