Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 298 B
Newer Older
Martina Müller's avatar
Martina Müller committed
repos:
  - repo: https://github.com/codespell-project/codespell
    rev: v2.3.0
Martina Müller's avatar
Martina Müller committed
    hooks:
      - id: codespell
Ernesto Rico Schmidt's avatar
Ernesto Rico Schmidt committed
        args: ['--skip "*.js,*.map,*.sum"']
        files: ^.*\.(go|md|yaml)$
  - repo: https://github.com/golangci/golangci-lint
    rev: v1.61.0
Ernesto Rico Schmidt's avatar
Ernesto Rico Schmidt committed
      - id: golangci-lint