diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-04-25 17:07:09 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-05-01 11:12:13 -0400 |
commit | 0a556523cfee57e54e8e1227b818085c8d8c4ecc (patch) | |
tree | c8dd7fb1b880ff668a83aabd8ef93be2da7389a4 /.rubocop.yml | |
parent | 0789d7aab31674dc6158c8d4f8687fcff281e8a2 (diff) | |
download | gitlab-ce-0a556523cfee57e54e8e1227b818085c8d8c4ecc.tar.gz |
Enable `RSpec/DescribedClass` cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 8c43f6909cf..e53af97a92c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -961,7 +961,7 @@ RSpec/DescribeSymbol: # Checks that the second argument to top level describe is the tested method # name. RSpec/DescribedClass: - Enabled: false + Enabled: true # Checks for long example. RSpec/ExampleLength: |