-
Notifications
You must be signed in to change notification settings - Fork 276
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
chore: enable use-any from revive #667
Conversation
d615fe4
to
159d997
Compare
/cc @crenshaw-dev |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #667 +/- ##
==========================================
+ Coverage 54.26% 54.46% +0.20%
==========================================
Files 64 64
Lines 6164 6268 +104
==========================================
+ Hits 3345 3414 +69
- Misses 2549 2581 +32
- Partials 270 273 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Matthieu MOREL <[email protected]>
2b79b20
to
69c3e47
Compare
|
Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]>
…662) * fix: New kube applier for server side diff dry run with refactoring Part of a fix for: argoproj/argo-cd#21488 Separate logic to handle server side diff dry run applies. Signed-off-by: Andrii Korotkov <[email protected]> * Break backwards compatibility for a better code Signed-off-by: Andrii Korotkov <[email protected]> * Don't put applier constructor in the interface Signed-off-by: Andrii Korotkov <[email protected]> * Address comments Signed-off-by: Andrii Korotkov <[email protected]> * Address more comments Signed-off-by: Andrii Korotkov <[email protected]> * chore: enable testifylint linter (#657) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: enable gofumpt, gosimple and whitespace linters (#666) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: enable use-any from revive (#667) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: bump golangci-lint to v1.63.4 and list argo-cd linters (#670) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: enable unused-parameter and var-declaration from revive (#668) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: remove actions/cache duplicated behavior with actions/setup-go (#658) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * Add Leo's code Signed-off-by: Andrii Korotkov <[email protected]> * Make linter happy Signed-off-by: Andrii Korotkov <[email protected]> --------- Signed-off-by: Andrii Korotkov <[email protected]> Signed-off-by: Matthieu MOREL <[email protected]> Co-authored-by: Matthieu MOREL <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Aaron Hoffman <[email protected]>
…rgoproj#662) * fix: New kube applier for server side diff dry run with refactoring Part of a fix for: argoproj/argo-cd#21488 Separate logic to handle server side diff dry run applies. Signed-off-by: Andrii Korotkov <[email protected]> * Break backwards compatibility for a better code Signed-off-by: Andrii Korotkov <[email protected]> * Don't put applier constructor in the interface Signed-off-by: Andrii Korotkov <[email protected]> * Address comments Signed-off-by: Andrii Korotkov <[email protected]> * Address more comments Signed-off-by: Andrii Korotkov <[email protected]> * chore: enable testifylint linter (argoproj#657) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: enable gofumpt, gosimple and whitespace linters (argoproj#666) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: enable use-any from revive (argoproj#667) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: bump golangci-lint to v1.63.4 and list argo-cd linters (argoproj#670) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: enable unused-parameter and var-declaration from revive (argoproj#668) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * chore: remove actions/cache duplicated behavior with actions/setup-go (argoproj#658) Signed-off-by: Matthieu MOREL <[email protected]> Signed-off-by: Andrii Korotkov <[email protected]> * Add Leo's code Signed-off-by: Andrii Korotkov <[email protected]> * Make linter happy Signed-off-by: Andrii Korotkov <[email protected]> --------- Signed-off-by: Andrii Korotkov <[email protected]> Signed-off-by: Matthieu MOREL <[email protected]> Co-authored-by: Matthieu MOREL <[email protected]> Signed-off-by: Aaron Hoffman <[email protected]>
No description provided.