Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Gabin LaigleGabin LaiglePriority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Gabin Laigle
Gabin LaiglePriority
Sentry
Sentry
Sentry
Created December 20, 2024 at 10:18 AM
Updated yesterday
S5856: Regular expressions should be syntactically valid (RSPEC)
The rule raises on
/\A[\pL\pM\pN]+\z/u
(source) but it looks correct according toIt’s probably due to the unicode properties like
\pL
, investigate and update the logic if needed.