Skip to content

CI pipeline: Don't check code for gofumpt #75

@dominikbraun

Description

@dominikbraun

The golangci-lint configuration in graph's CI pipeline checks for gofumpt. I don't like it. The very purpose of gofmt is to provide an official, unified formatting for all Go projects, and gofumpt pretty much defeats this purpose.

If you format your code with gofmt, the pipeline may still fail because it checks for gofumpt -extra. I want this to be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions