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:
Diffstat (limited to 'ruby/.rubocop.yml')
-rw-r--r--ruby/.rubocop.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby/.rubocop.yml b/ruby/.rubocop.yml
index 4408434bf..53b654cc3 100644
--- a/ruby/.rubocop.yml
+++ b/ruby/.rubocop.yml
@@ -1,7 +1,6 @@
inherit_from: .rubocop_todo.yml
AllCops:
- TargetRubyVersion: 2.5
Exclude:
- 'tmp/**/*'
- 'vendor/**/*'
@@ -13,6 +12,3 @@ Style/NumericPredicate:
Style/RedundantBegin:
Enabled: false
-
-Naming/RescuedExceptionsVariableName:
- Enabled: false