Skip to content

Conversation

@aa1ex
Copy link
Contributor

@aa1ex aa1ex commented Nov 21, 2025

  • Add .golangci.yml with standard linters (gosimple, govet, staticcheck, etc.)
  • Add GitHub Actions workflow for lint checks on PRs
  • Fix existing linting issues:
    • Fix errors.Is argument order in event_collector
    • Fix race condition with wg.Add in evgen
    • Remove unnecessary type assertions in pipeline_controller
    • Replace deprecated pointer package with ptr
  • Format all Go files with goimports

@aa1ex aa1ex force-pushed the fix/linting-issues branch from e60867b to f79f307 Compare November 21, 2025 11:08
@aa1ex aa1ex requested a review from dkhachyan November 21, 2025 11:09
- Add .golangci.yml with standard linters (gosimple, govet, staticcheck, etc.)
- Add GitHub Actions workflow for lint checks on PRs
- Fix existing linting issues:
  - Fix errors.Is argument order in event_collector
  - Fix race condition with wg.Add in evgen
  - Remove unnecessary type assertions in pipeline_controller
  - Replace deprecated pointer package with ptr
- Format all Go files with goimports
@aa1ex aa1ex force-pushed the fix/linting-issues branch from f79f307 to 5ae2f15 Compare November 21, 2025 11:12
@aa1ex aa1ex merged commit 89d5f00 into kaasops:main Nov 21, 2025
3 checks passed
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.

1 participant