This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/.pre-commit-config.yaml
Dawid Wysokiński be65695f1b
All checks were successful
continuous-integration/drone/push Build is passing
feat: add a new endpoint - GET /api/v1/versions/:code/servers (#47)
Reviewed-on: twhelp/core#47
2022-08-26 14:39:39 +00:00

12 lines
331 B
YAML

repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v8.0.0
hooks:
- id: commitlint
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/golangci/golangci-lint
rev: v1.49.0
hooks:
- id: golangci-lint