-
Notifications
You must be signed in to change notification settings - Fork 126
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
ci: add golangci-lint workflow #448
ci: add golangci-lint workflow #448
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #448 +/- ##
==========================================
+ Coverage 43.16% 43.28% +0.12%
==========================================
Files 27 27
Lines 2122 2116 -6
==========================================
Hits 916 916
+ Misses 1124 1118 -6
Partials 82 82
Flags with carried forward coverage won't be shown. Click here to find out more. |
057868d
to
5d1c1d6
Compare
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
581f946
to
6cf8d2b
Compare
Signed-off-by: Philipp Hinteregger <[email protected]>
at the moment, many error checks are replaced by _`s ... I would prefer to implement proper error handling instead of this, as it makes sense in many cases ... |
Signed-off-by: Philipp Hinteregger <[email protected]>
Co-authored-by: Florian Bacher <[email protected]> Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Signed-off-by: Philipp Hinteregger <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM
- name: "scheduler" | ||
folder: "scheduler/" | ||
steps: | ||
- name: Check out code into the Go module directory |
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 name is maybe a bit misleading. what go module are we meaning here?
This PR
Fixes
Follow up tasks
Signed-off-by: Philipp Hinteregger [email protected]