]> source.dussan.org Git - redmine.git/commitdiff
code cleanup: rubocop: fix Layout/AccessModifierIndentation in lib/redmine/wiki_forma...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 15 Oct 2019 17:25:42 +0000 (17:25 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 15 Oct 2019 17:25:42 +0000 (17:25 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18686 e93f8b46-1217-0410-a6f0-8f06a7374b81

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

index 4290b9e065b4e26fb05dc4916f03975acf4729be..5d663a93e3bb43be03a5c17923dbe10cca301ce3 100644 (file)
@@ -25,7 +25,6 @@ Layout/AccessModifierIndentation:
     - 'app/models/role.rb'
     - 'app/models/setting.rb'
     - 'app/models/tracker.rb'
-    - 'lib/redmine/wiki_formatting/textile/formatter.rb'
 
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle, IndentationWidth.
index 7aabd64351d4b45b33b2fcba516dee22bcba4b75..47ddfbb0fb7e6d0e482db931783b373c35b37d78 100644 (file)
@@ -108,7 +108,7 @@ module Redmine
           sections
         end
 
-      private
+        private
 
         # Patch for RedCloth.  Fixed in RedCloth r128 but _why hasn't released it yet.
         # <a href="http://code.whytheluckystiff.net/redcloth/changeset/128">http://code.whytheluckystiff.net/redcloth/changeset/128</a>