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

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-10-05 16:37:56 +0300
committerJeff King <peff@peff.net>2022-10-05 16:37:56 +0300
commitf2b7069fd6724fc7c737e8c05622698e000a9bc7 (patch)
treedd1c3a3e60cc6a9cf6814be320c649c49fbbb7fe
parent9cca26a6890e1271d5c1957541334a3c77828b94 (diff)
Gemfile: add rubocop-discourse
Again, our CI seems to require it. I'm not clear on why. Guess and check for the win.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock4
2 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e9101ddc..299c67ce 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,6 +31,7 @@ group :development, :test do
gem "listen"
gem "pry-byebug"
gem "rubocop"
+ gem "rubocop-discourse"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
diff --git a/Gemfile.lock b/Gemfile.lock
index 9996fe9a..0c9a2219 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -265,6 +265,9 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
+ rubocop-discourse (3.0)
+ rubocop (>= 1.1.0)
+ rubocop-rspec (>= 2.0.0)
rubocop-performance (1.11.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
@@ -351,6 +354,7 @@ DEPENDENCIES
rspec-rails
rss
rubocop
+ rubocop-discourse
rubocop-performance
rubocop-rails
rubocop-rspec