Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Add linter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
itskingori committed Nov 16, 2022
1 parent fc78cf6 commit d271e95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
linters:
disable-all: true
enable:
- vet
- revive
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ build:

clean:
rm -rf ${BIN_DIR}

lint:
golangci-lint run

0 comments on commit d271e95

Please sign in to comment.