diff options
author | Cherrg <michael@gnehr.de> | 2019-07-06 17:16:43 +0200 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-07-06 16:16:43 +0100 |
commit | 86750325c76ec18c253fabd4aeed72caca0ee946 (patch) | |
tree | 96fcbcf078e9170c627f723ef6967c29b28f4b8d /vendor/github.com/prometheus/procfs/.golangci.yml | |
parent | 49ee9d27718c31d5ab4fe9543fefc90cd40d4405 (diff) | |
download | gitea-86750325c76ec18c253fabd4aeed72caca0ee946.tar.gz gitea-86750325c76ec18c253fabd4aeed72caca0ee946.zip |
workaround broken drone build (#7362)
* workaround broken swagger
only master brach is not working, latest release seems to work
Signed-off-by: Michael Gnehr <michael@gnehr.de>
* make vendor
Signed-off-by: Michael Gnehr <michael@gnehr.de>
* Don't export GO111MODULE
* set go-swagger to fixed release version
mentioned here: https://github.com/go-gitea/gitea/pull/7362#discussion_r300831537
Signed-off-by: Michael Gnehr <michael@gnehr.de>
Diffstat (limited to 'vendor/github.com/prometheus/procfs/.golangci.yml')
-rw-r--r-- | vendor/github.com/prometheus/procfs/.golangci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/prometheus/procfs/.golangci.yml b/vendor/github.com/prometheus/procfs/.golangci.yml new file mode 100644 index 0000000000..438ca92eca --- /dev/null +++ b/vendor/github.com/prometheus/procfs/.golangci.yml @@ -0,0 +1,6 @@ +# Run only staticcheck for now. Additional linters will be enabled one-by-one. +linters: + enable: + - staticcheck + - govet + disable-all: true |