]> source.dussan.org Git - redmine.git/commitdiff
code cleanup: rubocop: fix Layout/EmptyLinesAroundMethodBody in lib/redmine/wiki_form...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 16 Oct 2019 14:36:55 +0000 (14:36 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 16 Oct 2019 14:36:55 +0000 (14:36 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18696 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
lib/redmine/wiki_formatting/textile/redcloth3.rb

index c5b9ea54fb0963c6ede6ba71026e881ccf03fd2c..231f73428a8633fe4d019050e414125a0f97ac95 100644 (file)
@@ -165,7 +165,6 @@ Layout/EmptyLinesAroundMethodBody:
     - 'app/models/query.rb'
     - 'db/migrate/001_setup.rb'
     - 'db/migrate/20111201201315_add_unique_index_to_issue_relations.rb'
-    - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
     - 'test/functional/journals_controller_test.rb'
     - 'test/functional/users_controller_test.rb'
     - 'test/integration/account_test.rb'
index 24aa6726713ec39c386d0618ff423760e4ac44df..a4b6f3bab4b811d8a3f36fab04d818ac37e0d9c2 100644 (file)
@@ -316,7 +316,6 @@ class RedCloth3 < String
         clean_html text if filter_html
         text.strip!
         text
-
     end
 
   private
@@ -462,7 +461,6 @@ class RedCloth3 < String
 
     # Parses Textile attribute lists and builds an HTML attribute string
     def pba( text_in, element = "" )
-
         return +'' unless text_in
 
         style = []