-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taplo CLI doesn't validate schemas if using schema catalog and cache and cache is existed #523
Comments
Thanks for the bug report! I can reproduce. This looks indeed like a cache-related bug. It will need some investigation. |
After investigation, the problem was that before being used, the index was transformed, such that the pattern was |
You can install the latest version with |
I've checked. |
Taplo CLI doesn't validate schemas if using schema catalog (
--default-schema-catalogs
,--schema-catalog <SCHEMA_CATALOG>
) and--cach-path
and Taplo cache is existed.If use schema instead of schema catalog, that is, if using
--schema <SCHEMA>
and--cach-path
and Taplo cache is existed, Taplo CLI validates schemas.reproduce.sh
Result
System
Thanks.
The text was updated successfully, but these errors were encountered: