diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2020-11-05 13:27:20 +0000 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2020-11-05 13:33:58 +0000 |
commit | a85a32afd9788229d9f33dcbc13fc638e67fc549 (patch) | |
tree | 635bdfca0481728b50a64a3782c07ba8b4bc1707 /README.md | |
parent | 2dfa78cc38e8e4220369a7e6c3ff1995cdc3276f (diff) | |
download | gitlab-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.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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): |