]> source.dussan.org Git - redmine.git/commitdiff
add Layout/ClosingParenthesisIndentation excluding files to .rubocop.yml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Dec 2020 13:58:34 +0000 (13:58 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Dec 2020 13:58:34 +0000 (13:58 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20564 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop.yml

index aa9a7455a577a1f4f2bba1e6358cd0ab87f45553..442efa80bb3e3352d291ea3cfccf501f35b8e756 100644 (file)
@@ -32,6 +32,11 @@ Layout/CaseIndentation:
   Exclude:
     - 'config/initializers/10-patches.rb'
 
+Layout/ClosingParenthesisIndentation:
+  Enabled: true
+  Exclude:
+    - 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
+
 Layout/EmptyLinesAroundAccessModifier:
   Enabled: true
   Exclude: