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
It seems like we use ExistingFiles() which allows you to specify multiple files that exist but it doesn't support regular expressions. IMHO we should add support for that. Help wanted!
The example rules-check command states that rules-check takes a glob of rules files
https://thanos.io/v0.19/components/tools.md/#rules-check
But this does not work for me.
You either get shell expansion of the glob, resulting in:
Or without shell expansion:
The only form that does work is
This is either a documentation error or the glob handling is not working.
The text was updated successfully, but these errors were encountered: