]> source.dussan.org Git - redmine.git/commitdiff
Code cleanup: RuboCop: Layout/TrailingBlankLines
authorGo MAEDA <maeda@farend.jp>
Wed, 14 Aug 2019 03:02:20 +0000 (03:02 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 14 Aug 2019 03:02:20 +0000 (03:02 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18367 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
app/models/issue_priority_custom_field.rb
app/models/user_custom_field.rb
lib/redmine/wiki_formatting/textile/redcloth3.rb
test/integration/api_test/my_test.rb
test/unit/lib/redmine/hook_test.rb

index e3abaef8a010e137e6973f428a0b8160ab066a2c..ea77427c7bcff33d4cac21abd5fec16375999bc8 100644 (file)
@@ -519,18 +519,6 @@ Layout/SpaceInsideStringInterpolation:
     - 'test/functional/issues_controller_test.rb'
     - 'test/integration/admin_test.rb'
 
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle.
-# SupportedStyles: final_newline, final_blank_line
-Layout/TrailingBlankLines:
-  Exclude:
-    - 'app/models/issue_priority_custom_field.rb'
-    - 'app/models/time_entry_custom_field.rb'
-    - 'app/models/user_custom_field.rb'
-    - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
-    - 'test/integration/api_test/my_test.rb'
-    - 'test/unit/lib/redmine/hook_test.rb'
-
 Lint/AmbiguousBlockAssociation:
   Enabled: false
 
index b18765dde935166ca1a69c9b28f31327c5d8266e..41b47955995321415fbfd3f37d8bbf8459a6cb8e 100644 (file)
@@ -22,4 +22,3 @@ class IssuePriorityCustomField < CustomField
     :enumeration_issue_priorities
   end
 end
-
index ffdaa531400d7a6d61063a5547ef58a43f1401c0..48ae157786b2214625bbeab04b55698a856a5b52 100644 (file)
@@ -22,4 +22,3 @@ class UserCustomField < CustomField
     :label_user_plural
   end
 end
-
index feed1e3fceca8ebd3f93d4a72afb7556b888a8fc..6f34b51d20dc847398a350e022941173104a82ea 100644 (file)
@@ -1224,4 +1224,3 @@ class RedCloth3 < String
         end
     end
 end
-
index 92a54f3ea21b3bff82b09859c13a958a66ad6cb2..8ea98ad6e50b875fc9513f90ca0421266a25296d 100644 (file)
@@ -103,4 +103,3 @@ class Redmine::ApiTest::MyTest < Redmine::ApiTest::Base
     assert_kind_of Array, json['errors']
   end
 end
-
index a66d1444a33b2d44680120e480bf0848b92a80a2..b45f070369d3cb4c30625f9add1440ef78d643f6 100644 (file)
@@ -188,4 +188,3 @@ class Redmine::Hook::ManagerTest < ActionView::TestCase
     @view_hook_helper ||= TestHookHelperView.new(Rails.root.to_s + '/app/views')
   end
 end
-