summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-06-19 00:49:28 +0000
committerGo MAEDA <maeda@farend.jp>2019-06-19 00:49:28 +0000
commit8baddf11bc59d6cffc0a3119fe11b290ff714664 (patch)
tree3f309edfbfa916a65a3cf9e393dced2fac2c803e /Gemfile
parentdd55d8f7e71620c1c8e85f765ac124d71acaed20 (diff)
downloadredmine-8baddf11bc59d6cffc0a3119fe11b290ff714664.tar.gz
redmine-8baddf11bc59d6cffc0a3119fe11b290ff714664.zip
Add RuboCop to enforce some styles (#31509).
Patch by Marius BALTEANU and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18259 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8b3c43cfb..388abdcc8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,6 +84,8 @@ group :test do
gem 'puma', '~> 3.7'
gem "capybara", '~> 2.13'
gem "selenium-webdriver"
+ # RuboCop
+ gem 'rubocop', '~> 0.71.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")