Revert "DEV: Move rubocop config to rubocop-discourse (#9616)"

This reverts commit e23f1a9071.

Reverting as this currently breaks our plugin linting job in GithHub Action and Jenkins. Will re-revert after all the plugins get the latest rubocop config and/or a (potential) rubocop issue is fixed.
This commit is contained in:
Jarek Radosz
2020-05-06 17:22:25 +02:00
parent 2f714c7412
commit 2d31a14789
3 changed files with 361 additions and 2 deletions

View File

@@ -172,7 +172,9 @@ group :test, :development do
gem 'shoulda-matchers', require: false
gem 'rspec-html-matchers'
gem 'byebug', require: ENV['RM_INFO'].nil?, platform: :mri
gem 'rubocop', require: false
gem "rubocop-discourse", require: false
gem "rubocop-rspec", require: false
gem 'parallel_tests'
gem 'rswag-specs'