You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the root is also the root of the filesystem, the linter will now
handle ignore patterns correctly.
FixesStyraInc#1415
Signed-off-by: Charlie Egan <[email protected]>
When the root is also the root of the filesystem, the linter will now
handle ignore patterns correctly.
FixesStyraInc#1415
Signed-off-by: Charlie Egan <[email protected]>
When the root is also the root of the filesystem, the linter will now
handle ignore patterns correctly.
FixesStyraInc#1415
Signed-off-by: Charlie Egan <[email protected]>
Mounting a bundle folder on the root of a regal docker container breaks ignore paths that are folder-wide.
For example, running regal in docker like:
Will not allow folder rules like:
but will allow file rules like:
A workaround is to use a nonroot folder like:
The text was updated successfully, but these errors were encountered: