Skip to content

Revidere — is a tool for Go that offers a set of pre-commit hooks, enabling developers to perform automated checks before committing changes to their code repository.

License

Notifications You must be signed in to change notification settings

ssengalanto/revidere

Repository files navigation

Revidere

Gopher Wiz

Installation

Install pre-commit into your local machine.

brew install pre-commit

Install pre-commit into your git repository.

pre-commit install

Usage

Add a file named .pre-commit-config.yaml into the root directory of your repository.

repos:
  - repo: https://github.com/ssengalanto/revidere
    rev: v1.1.0
    hooks:
      - id: go-fmt
      - id: go-imports
      - id: go-vet
      - id: go-build
      - id: go-test
      - id: go-mod-tidy
      - id: golangci-lint # requires github.com/golangci/

About

Revidere — is a tool for Go that offers a set of pre-commit hooks, enabling developers to perform automated checks before committing changes to their code repository.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages