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 /.codeclimate.yml | |
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 '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index 172b2e3..1c97bae 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,11 +9,6 @@ engines: - ruby fixme: enabled: true - rubocop: - enabled: true exclude_paths: -- spec/ -- lib/vendor/ -- go/vendor/ - tmp/ - coverage/ |