mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Fixes Rubocop offenses (#42510).
git-svn-id: https://svn.redmine.org/redmine/trunk@23699 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a1b5495e89
commit
9a0fc14754
@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Pin npm packages by running ./bin/importmap
|
||||
|
||||
pin "application"
|
||||
|
||||
@ -33,10 +33,10 @@ module Redmine
|
||||
|
||||
def call
|
||||
html = Commonmarker.to_html(@text, options: {
|
||||
extension: extensions,
|
||||
extension: extensions,
|
||||
render: render_options,
|
||||
parse: parse_options
|
||||
}, plugins: plugins)
|
||||
}, plugins: plugins)
|
||||
|
||||
html.rstrip!
|
||||
html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user