summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2020-11-05 13:27:20 +0000
committerTakuya Noguchi <takninnovationresearch@gmail.com>2020-11-05 13:33:58 +0000
commita85a32afd9788229d9f33dcbc13fc638e67fc549 (patch)
tree635bdfca0481728b50a64a3782c07ba8b4bc1707 /Makefile
parent2dfa78cc38e8e4220369a7e6c3ff1995cdc3276f (diff)
downloadgitlab-shell-remove-rubocop-test.tar.gz
Remove rubocop from Ruby testremove-rubocop-test
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1c3fd38..749674b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,7 @@ GOBUILD_FLAGS := -ldflags "-X main.Version=$(VERSION_STRING) -X main.BuildTime=$
validate: verify test
-verify: verify_ruby verify_golang
-
-verify_ruby:
- bundle exec rubocop
+verify: verify_golang
verify_golang:
gofmt -s -l $(GO_SOURCES)