diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-05-21 18:27:15 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-05-23 15:59:32 -0400 |
commit | 43d9e06b68d82588ca582f43971cae040b04674f (patch) | |
tree | c432108778a9a6dd15198f25e2558a1e3b368d8c /Gemfile | |
parent | c002a560afae7db6a5c778bc78028243c2fc945a (diff) | |
download | gitlab-ce-43d9e06b68d82588ca582f43971cae040b04674f.tar.gz |
Add rubocop-rspecrs-rubocop-rspec
Almost all cops are starting as disabled until we can fix their
violations.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -294,6 +294,7 @@ group :development, :test do gem 'spring-commands-teaspoon', '~> 0.0.2' gem 'rubocop', '~> 0.40.0', require: false + gem 'rubocop-rspec', '~> 1.5.0', require: false gem 'scss_lint', '~> 0.47.0', require: false gem 'coveralls', '~> 0.8.2', require: false gem 'simplecov', '~> 0.11.0', require: false |