-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
golangci-lint: --fix nolintlint issues #14957
Conversation
I see you updated files related to
|
AER Report: CI Coreaer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Flakeguard Root Project / Get Tests To Run , lint , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , Flakeguard Deployment Project / Get Tests To Run , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/llo, ubuntu-latest) , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm, ubuntu-latest) , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/codec, ubuntu-latest) , Flakeguard Root Project / Run Tests (github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/mercury/v1/reportcode... , Flakeguard Deployment Project / Run Tests (github.com/smartcontractkit/chainlink/deployment/environment/clo, ubuntu-latest) , Flakeguard Deployment Project / Report , Flakeguard Root Project / Report , Flakey Test Detection , SonarQube Scan 1. Error mapping test results to owners: no such file or directory:[Flakeguard Root Project / Report]Source of Error:
Why: The error occurred because the script attempted to open the Suggested fix: Ensure that the 2. Error mapping test results to paths: no such file or directory:[Flakeguard Deployment Project / Report]Source of Error:
Why: The error occurred because the script attempted to access the Suggested fix: Ensure that the AER Report: Operator UI CI ran successfully ✅ |
f53b903
to
0dbe680
Compare
Quality Gate passedIssues Measures |
0dbe680
to
6a0bf91
Compare
7aeee52
to
d258fb4
Compare
if p := path.Base(strings.TrimPrefix(filepath, prefix)); len(p) < len(filepath) { | ||
//nolint:errcheck |
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.
This was only flagged for missing an explanation, but it was suppressing real errors too.
eaaaca8
to
3040282
Compare
ebabf37
3040282
to
ebabf37
Compare
ebabf37
to
fda72cc
Compare
Rebased |
No description provided.