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

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c17b6336..b0e6ea31 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -64,3 +64,8 @@ Metrics:
Lint/ShadowingOuterLocalVariable:
Enabled: false
+
+Lint/EmptyBlock:
+ Exclude:
+ - spec/**/*
+ - test/**/*