Skip to content

chore(chatarchive): add golangci-lint configuration for chatarchive package #94

@CodeMonkeyCybersecurity

Description

Problem

The chat-archive package doesn't have linting wired into the pre-commit or CI pipelines. Issue #84 tracks the broader golangci-lint v2 migration, but the chatarchive package should have lint coverage regardless.

Proposed fix

  1. Add golangci-lint run ./pkg/chatarchive/... to the CI script
  2. Ensure errcheck linter is enabled (per OWASP A10 / SECURITY.md)
  3. Add to pre-commit hook (fast: <2s for a single package)

References

Acceptance criteria

  • golangci-lint run ./pkg/chatarchive/... passes clean
  • Wired into scripts/chatarchive-ci.sh
  • No new lint violations introduced

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions