-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat(react-component-annotate): Allow skipping annotations on specified components #617
Merged
Merged
Changes from 11 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
06b41bd
Create options for skipping annotations on components
0Calories 911cd63
skip annotation on files that are in `ignoredFiles`
0Calories 213cb8c
wire up options to allow bundler plugins to skip certain files for re…
0Calories 5374baa
remove support for ignoreFiles for now but add support for ignoreComp…
0Calories 3a65227
update documentation
0Calories 90fbd8a
fix a test and remove some unnecessary tests
0Calories 8636c67
remove more redundant tests
0Calories 0e8c329
remove remaining redundant tests
0Calories 2ac8f9e
resolve merge conflict
0Calories 1859fb8
fix grammar in comments and docs
0Calories 8c5de5e
fix lint
0Calories 15444f5
renamed `ignoreComponents` to `ignoredComponents`
0Calories e9042a5
remove todo comments
0Calories File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Super nit but I think my logic is sound: I think I would probably call it
ignore*d*Components
.ignoreComponents
sounds like imperative and that it would accept a boolean rather than a list of components.