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(no-unnecessary-act): make isStrict option true by default #479

Merged

Conversation

MichaelDeBoey
Copy link
Member

Part of #478

BREAKING CHANGE: isStrict option is now true by default

@MichaelDeBoey MichaelDeBoey added enhancement New feature or request BREAKING CHANGE This change will require a major version bump labels Sep 23, 2021
@MichaelDeBoey MichaelDeBoey added this to the 5.0.0 milestone Sep 23, 2021
@MichaelDeBoey MichaelDeBoey self-assigned this Sep 23, 2021
@MichaelDeBoey MichaelDeBoey mentioned this pull request Sep 23, 2021
11 tasks
@MichaelDeBoey MichaelDeBoey force-pushed the make-isStrict-option-true-by-default-for-no-unnecessary-act branch 2 times, most recently from 92e5a23 to e976dd7 Compare September 23, 2021 11:52
@Belco90
Copy link
Member

Belco90 commented Sep 26, 2021

Tests failing here! Since isStrict is enabled by default now, some tests were assuming it was disabled by default so this PR has to update tests to:

  • explicitly set isStrict to false in test cases without the option
  • remove the isStrict option in test cases where it was explicitly set to true

@Belco90
Copy link
Member

Belco90 commented Oct 13, 2021

I'm afraid there are some conflicts, so this branch must be updated manually.

BREAKING CHANGE: `isStrict` option is now `true` by default
@MichaelDeBoey MichaelDeBoey force-pushed the make-isStrict-option-true-by-default-for-no-unnecessary-act branch from fe6f6a5 to 8665f5c Compare October 13, 2021 23:21
Copy link
Member

@Belco90 Belco90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great approach for the tests!

@Belco90 Belco90 merged commit e3ebef8 into alpha Oct 14, 2021
@Belco90 Belco90 deleted the make-isStrict-option-true-by-default-for-no-unnecessary-act branch October 14, 2021 01:21
@github-actions
Copy link

🎉 This PR is included in version 5.0.0-alpha.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 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
Labels
BREAKING CHANGE This change will require a major version bump enhancement New feature or request hacktoberfest-accepted released on @alpha released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants