Browse Source

Reverts r21305 (#35207).

.rubocop_todo.yml is broken.


git-svn-id: http://svn.redmine.org/redmine/trunk@21306 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA 2 years ago
parent
commit
f640c7df73
2 changed files with 531 additions and 314 deletions
  1. 530
    313
      .rubocop_todo.yml
  2. 1
    1
      Gemfile

+ 530
- 313
.rubocop_todo.yml
File diff suppressed because it is too large
View File


+ 1
- 1
Gemfile 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")

Loading…
Cancel
Save