Skip to content
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: add issue.scope option #442

Merged
merged 4 commits into from
Jun 12, 2020
Merged

feat: add issue.scope option #442

merged 4 commits into from
Jun 12, 2020

Conversation

piotr-oles
Copy link
Collaborator

The plugin uses TypeScript settings regarding files that are included in the compilation. It can be a different set of files comparing to the webpack compilation. To not display issues that are related to files outside webpack compilation, an issue.scope option has been added.

BREAKING CHANGE: 🧨 Issues outside webpack compilation will not be reported by default. See
issue.scope option.

The plugin uses TypeScript settings regarding files that are included in
the compilation. It can be a different set of files comparing to the
webpack compilation. To not display issues that are related to files
outside webpack compilation, an `issue.scope` option has been added.

BREAKING CHANGE: 🧨 Issues outside webpack compilation will not be reported by default. See
`issue.scope` option.
@piotr-oles
Copy link
Collaborator Author

@johnnyreilly would you have time to review this?

README.md Outdated Show resolved Hide resolved
@piotr-oles piotr-oles merged commit 188d44d into beta Jun 12, 2020
@piotr-oles
Copy link
Collaborator Author

🎉 This PR is included in version 5.0.0-beta.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@piotr-oles piotr-oles deleted the feature/issue-scope branch June 12, 2020 12:47
@piotr-oles
Copy link
Collaborator Author

🎉 This PR is included in version 5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants