Skip to content

fix(ci): make golangci-lint output visible and fix issues#82

Merged
Agalin merged 1 commit into
mainfrom
agalin/golangci-lint-fixes
May 28, 2026
Merged

fix(ci): make golangci-lint output visible and fix issues#82
Agalin merged 1 commit into
mainfrom
agalin/golangci-lint-fixes

Conversation

@Agalin

@Agalin Agalin commented May 27, 2026

Copy link
Copy Markdown
Collaborator

After rewrite of the dagger call convention, linter no longer shows any output on failure, making debugging much harder.
Output for success is just "issues: 0" so we can match on that (although it's not ideal).

One false-positive and a few constant extraction recommendations appeared in the meantime.

After rewrite of the dagger call convention, linter no longer shows any output on failure,
making debugging much harder.
Output for success is just "issues: 0" so we can match on that (although it's not ideal).

One false-positive and a few constant extraction recommendations appeared in the meantime.

Signed-off-by: Szymon Soloch <ssoloch@opera.com>
@mateusz-kleinert mateusz-kleinert self-assigned this May 27, 2026
@Agalin Agalin merged commit d49d9ed into main May 28, 2026
1 check failed
@Agalin Agalin deleted the agalin/golangci-lint-fixes branch May 28, 2026 08:04
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