golangci-lint: init (#719)

This commit is contained in:
Mikael Fangel 2023-11-21 13:43:19 +00:00 committed by GitHub
parent 3cb12cd964
commit 0883bab1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -49,6 +49,7 @@
eslint_d.enable = true;
flake8.enable = true;
gitlint.enable = true;
golangci_lint.enable = true;
shellcheck.enable = true;
statix.enable = true;
vale.enable = true;