Skip to content

refactor(linting): apply golangci-lint fixes across codebase#23

Merged
flexiondotorg merged 3 commits intomainfrom
update
Mar 19, 2026
Merged

refactor(linting): apply golangci-lint fixes across codebase#23
flexiondotorg merged 3 commits intomainfrom
update

Conversation

@flexiondotorg
Copy link
Contributor

Summary

Apply automated linting fixes across the codebase to ensure code quality and consistency standards.

Changes

  • Add .golangci.yml configuration for static analysis
  • Fix linting errors in audio processing pipeline (analyzer, decoder, FFT, buffer management)
  • Fix linting errors in encoder and video rendering logic
  • Fix linting errors in CLI help and progress UI components
  • Update build workflows and configuration files
  • Add GitHub community health files (FUNDING, templates, workflows)
  • Update flake configuration for environment setup
  • Update justfile with additional development targets

Testing

Code linting validated against .golangci.yml configuration; all identified issues resolved.

Signed-off-by: Martin Wimpress <code@wimpress.io>
Signed-off-by: Martin Wimpress <code@wimpress.io>
- Align formatting, spacing, and naming conventions
- Fix golangci-lint violations in audio, encoder, and renderer packages
- Update build configuration and CI workflow
- Add .golangci.yml for linter standardisation

Signed-off-by: Martin Wimpress <code@wimpress.io>
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 48 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Requires human review: Large-scale refactor across 48 files, including type renames, CI/CD workflow changes, and modifications to core audio/video processing logic which require human validation.

@flexiondotorg flexiondotorg merged commit b393f04 into main Mar 19, 2026
7 checks passed
@flexiondotorg flexiondotorg deleted the update branch March 19, 2026 14:30
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