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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-04-08 03:23:13 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-04-08 03:23:13 +0300
commit6576a6ce929f284cbe127e5a2c082dd52856f769 (patch)
tree48af9c432ad002ce2b1a25aa6dece5d6d4293d37 /.rubocop.yml
parent86a2fb2fe626e5d627710d5c32e03d640c624102 (diff)
Enable RSpec/DescribeSymbol; update .rubocop_todo.yml
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ac6b141cea3..e5549b64503 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -954,6 +954,10 @@ RSpec/DescribeClass:
RSpec/DescribeMethod:
Enabled: false
+# Avoid describing symbols.
+RSpec/DescribeSymbol:
+ Enabled: true
+
# Checks that the second argument to top level describe is the tested method
# name.
RSpec/DescribedClass: