-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
support resourceQueryExclude option #165
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve conflicts too
Please, resolve conflicts too. |
Sure, I will fetch the upstream |
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 7 7
Lines 273 276 +3
Branches 75 78 +3
=========================================
+ Hits 273 276 +3
Continue to review full report at Codecov.
|
* feat: resource query exclude option * docs: update resource query exclude * fix: fix quotes and parameters * fix: fix the types * chore: update lock file * style: formatting Co-authored-by: Ricardo Gobbo de Souza <[email protected]>
This PR contains a:
Motivation / Use-Case
In #164 , the case of mpeg-ts file will lint as typescript file
Breaking Changes
No, resourceQueryExclude is optional
Additional Info
No