mirror of
https://github.com/redmine/redmine.git
synced 2026-03-05 20:11:36 +01:00
Fix RuboCop Style/RedundantRegexpCharacterClass (#43437).
git-svn-id: https://svn.redmine.org/redmine/trunk@24121 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1453,7 +1453,7 @@ module ApplicationHelper
|
||||
(!)? # escaping
|
||||
(
|
||||
\{\{ # opening tag
|
||||
([\w]+) # macro name
|
||||
(\w+) # macro name
|
||||
(\(([^\n\r]*?)\))? # optional arguments
|
||||
([\n\r].*?[\n\r])? # optional block of text
|
||||
\}\} # closing tag
|
||||
|
||||
Reference in New Issue
Block a user