diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-04-07 20:23:13 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-04-07 20:23:13 -0400 |
commit | 6576a6ce929f284cbe127e5a2c082dd52856f769 (patch) | |
tree | 48af9c432ad002ce2b1a25aa6dece5d6d4293d37 /.rubocop.yml | |
parent | 86a2fb2fe626e5d627710d5c32e03d640c624102 (diff) | |
download | gitlab-ce-6576a6ce929f284cbe127e5a2c082dd52856f769.tar.gz |
Enable RSpec/DescribeSymbol; update .rubocop_todo.yml
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
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: |