Skip to content

[FEAT] Add ability to configure valid git commit types #57

Description

@Recidvst

Is your feature request related to a problem? Please describe.
Would it be possible to add an option to provide a config file to set the list of possible valid git commit types? We use a superset of the standard 'Conventional Commits' rules and our extra items throw errors when using tug commit.

Describe the solution you'd like
It would be awesome to be able to read from a config file at a repository level as per Commitlint's approach (example config file). Could commit.go potentially check for a local config file before building up the list of types, and then fall back to the hardcoded list if one isn't available?

I don't know Go at all so apologies if this more difficult than it seems :) Turbogit is awesome btw, thanks! 💯

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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