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

tflint: Remove Check method from tflint.RuleSet interface #258

Merged
merged 1 commit into from
Jun 3, 2023

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Jun 3, 2023

This PR removes Check method from tflint.RuleSet interface. Instead, add a BuiltinImpl method and move the inspection implementation for all enabled rules to host2plugin.GRPCServer.

This change means completely dropping the extensibility of the Check method from custom rulesets. This is a breaking change, but since the Check method is not originally intended to be overridden by custom rulesets, the impact is minimal.

@wata727 wata727 merged commit 30d991e into master Jun 3, 2023
@wata727 wata727 deleted the remove_ruleset_check branch June 3, 2023 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant