From fe8a3024669ea5aa71fcc11dbd3a13d74f51dc9d Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 30 Apr 2019 16:44:44 +0900 Subject: [PATCH] Enable code duplication checks --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 656f1958..bfa9f710 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: # - pack # - make server # - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0 - # - golangci-lint run + # - golangci-lint run --enable dupl # - make bots jobs patches # - git clone --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn # - go test -v -coverprofile=coverage.txt ./...