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

Fix default config for RedundantExtendTSig #138

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

sambostock
Copy link
Contributor

In the original draft, the cop was called ForbidExtendTSig. It was later renamed, and the config was moved to what would be the correct location alphabetically, but the actual config key was not updated.

This cause the cop to have no default config, so it was enabled by default, which would have been problematic for consumers.

In the original draft, the cop was called `ForbidExtendTSig`. It was
later renamed, and the config was moved to what would be the correct
location alphabetically, but the actual config key was not updated.

This cause the cop to have no default config, so it was enabled by
default, which would have been problematic for consumers.
@sambostock sambostock requested a review from vinistock February 3, 2023 20:11
@sambostock sambostock requested a review from a team as a code owner February 3, 2023 20:11
@@ -501,7 +501,7 @@ end

Enabled by default | Safe | Supports autocorrection | VersionAdded | VersionChanged
--- | --- | --- | --- | ---
Enabled | Yes | Yes | - | -
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was missed in #131, but should have been a giveaway that something was wrong.

@sambostock sambostock merged commit cd6ba18 into main Feb 3, 2023
@sambostock sambostock deleted the fix-default-config-for-redundant-extend-t-sig branch February 3, 2023 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants