Code sync linter #284
gewenyu99
started this conversation in
Feature Requests
Replies: 1 comment
-
This has been marked planned by @dapirian |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally on Canny by Shawn Tabai
Sometimes there are pieces of code that need to stay in sync (e.g. modifying an enum means modifying the function that handles them). It would be awesome to have a linter that looks for comment directives to trigger this kind of check. Even if it just requires both files to be modified would be nice, but even better would be if it could actually apply regex patterns to suggest fixes.
Beta Was this translation helpful? Give feedback.
All reactions