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
Same here. I use --filter='.Level in ["error"]' with Vale 3.9.5. I receive the message filter '.Level in ["error"]' not found. I also tried with 3.9.2, 3.9.3, 3.9.4. All with the same error.
Check for existing issues
Environment
macOS
Installed with Homebrew
Vale 3.9.5
Describe the bug / provide steps to reproduce it
I've tested
--filter
expressions like the docs show and it seems Vale only now supports filters saved in files.I think this refactor is what caused the issue:
df48b17#diff-f491ac2d9f7dcb3cb5657a04e5fe526d6702596c62c3bec542816356f7c44229L23
And the unit tests for Vale only seem to cover using saved filters, not CLI expressions.
The text was updated successfully, but these errors were encountered: