Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-10 02:45:11 +0300
committerStan Hu <stanhu@gmail.com>2018-11-10 02:45:50 +0300
commita681aab90f53f02652654f8a5366ed06f980fb0c (patch)
treefa5e67301c914ad2a1d8df91551eb2defa50afa4 /ruby/.rubocop.yml
parent3bc8b4c58c8c9f819781954558c4be908decd4ae (diff)
Upgrade to Ruby 2.5.3
Disable Style/RedundantBegin since we may need to support Ruby 2.4
Diffstat (limited to 'ruby/.rubocop.yml')
-rw-r--r--ruby/.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/.rubocop.yml b/ruby/.rubocop.yml
index 5fad10077..ac84a3285 100644
--- a/ruby/.rubocop.yml
+++ b/ruby/.rubocop.yml
@@ -7,3 +7,6 @@ AllCops:
Style/NumericPredicate:
Enabled: false
+
+Style/RedundantBegin:
+ Enabled: false