-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
The linter can't calculate the indent on the following code for some reason.
# Matches valid cron hour parameter
#
# Tested with Rubular: https://rubular.com/r/y7jCmNCjgTl4kx
type Simplib::Cron::Hour_entry = Variant[Integer[0,23],Pattern['^(?x)(?:\*|
(?:\*\/(?:[01]?\d|2[0-3]))|
(?:(?:[01]?\d|2[0-3])(?:(?:-(?:[01]?\d|2[0-3]))(?:\/(?:[01]?\d|2[0-3]))?)?)
)$']]
Could someone please advise as this shows as an error in Visual Studio Code currently?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels