Skip to content

Commit

Permalink
Merge pull request #12 from cybozu-go/golangci
Browse files Browse the repository at this point in the history
add golangci
  • Loading branch information
ymmt2005 committed Aug 8, 2019
2 parents b5c7d49 + 15badf4 commit b5db06d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
linters:
enable:
- dupl
- goconst
- gofmt
- golint
- typecheck
- unparam

0 comments on commit b5db06d

Please sign in to comment.