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
Before this commits no lints would actually fail the build because we only
checked for compatibility.
After this commit apilint runs the lint twice:
- Once with only the existing api as argument to check for lints (with an
optional filter for lints).
- Once with both existing and new API to check for compatibility.
This adds a new configuration: `apiLint.lintFilters` which allows consumers to
set a list of prefixes of lints that can fail the build.
Before this commits no lints would actually fail the build because we only
checked for compatibility.
After this commit apilint runs the lint twice:
- Once with only the existing api as argument to check for lints (with an
optional filter for lints).
- Once with both existing and new API to check for compatibility.
This adds a new configuration: `apiLint.lintFilters` which allows consumers to
set a list of prefixes of lints that can fail the build.
We need a way to select the lints that run as some of them are very specific to some applications.
Some wanted features:
We can probably have a
apilint.json
configuration file somewhere to store all of those.The text was updated successfully, but these errors were encountered: