summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent2dfa78cc38e8e4220369a7e6c3ff1995cdc3276f (diff)
downloadgitlab-shell-a85a32afd9788229d9f33dcbc13fc638e67fc549.tar.gz
Remove rubocop from Ruby testremove-rubocop-test
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 53fb37a..996a365 100644
--- a/README.md
+++ b/README.md
@@ -48,9 +48,8 @@ Run tests:
bundle install
make test
-Run gofmt and rubocop:
+Run gofmt:
- bundle install
make verify
Run both test and verify (the default Makefile target):