Skip to content
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

Merged
merged 5 commits into from
May 21, 2024
Merged

fix: remove default pass on linters #711

merged 5 commits into from
May 21, 2024

Conversation

aalu1418
Copy link
Collaborator

@aalu1418 aalu1418 commented May 20, 2024

  • relayer
  • integration-tests

@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
4.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube

@aalu1418 aalu1418 marked this pull request as ready for review May 20, 2024 19:24
@aalu1418 aalu1418 requested review from a team as code owners May 20, 2024 19:24
@aalu1418 aalu1418 requested a review from jmank88 May 20, 2024 19:24
@@ -3,7 +3,7 @@
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
(rust-bin.stable.latest.default.override { extensions = ["rust-src"]; })
lld_10
# lld_10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do?

Copy link
Collaborator Author

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

@aalu1418 aalu1418 merged commit c37a730 into develop May 21, 2024
25 of 26 checks passed
@aalu1418 aalu1418 deleted the fix/enable-linters branch May 21, 2024 12:49
aalu1418 added a commit that referenced this pull request May 21, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants