Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
add .golangci.yml (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirfag authored and alexeykazakov committed Nov 23, 2018
1 parent 5ee62db commit 306bfb8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
linters:
fast: true
disable:
# typecheck errors due to https://github.com/goadesign/goa/issues/1850,
# need to update to goagen >= 1.4.0
- typecheck

service:
project-path: github.com/fabric8-services/fabric8-auth
prepare:
- make deps generate

0 comments on commit 306bfb8

Please sign in to comment.