Skip to content

Add more linters to catch bugs earlier #22665

@bupd

Description

@bupd

The recent typo fix in cd46a58 (columecolumn in a struct tag) got me thinking, we could catch more of these issues with better linting.

Our current golangci config is pretty minimal. Adding linters like gosec (security), dupl (duplicate code), and a few others would help us:

  • Catch bugs before they hit main
  • Enforce better Go practices
  • Reduce manual review burden

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions