1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Reverts r21305 (#35207).

.rubocop_todo.yml is broken.


git-svn-id: http://svn.redmine.org/redmine/trunk@21306 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-12-11 05:34:51 +00:00
parent f59d1b9b6e
commit f640c7df73
2 changed files with 531 additions and 314 deletions

File diff suppressed because it is too large Load Diff

View File

@ -106,7 +106,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.23.0'
gem 'rubocop-performance', '~> 1.12.0'
gem 'rubocop-rails', '~> 2.12.4'
gem 'rubocop-rails', '~> 2.11.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")