# REUSE_NO_TDEF_IN_MOD - check for typedef inside module - Source URL: https://github.com/AsFigo/pyslint/issues/55 **Is your feature request related to a new rule? Please describe.** Any typedef inside module scope would lead to reuse issues. Example: https://www.linkedin.com/posts/petermonsson_verification-systemverilog-verilog-activity-7114149452868632576-EbPn **Describe the solution you'd like** Add a check to detect such declarations and suggest using package instead. ## PR Content from GitHub # Pull Request #56 Summary **PR Title:** "Added new rule to address issue #55 and a test" **PR Description Body:** Not provided in the page content. **PR Comments:** - **@svenka3** (Collaborator): "Fixes #55" **Linked Issue:** - **Issue #55 Title:** "REUSE_NO_TDEF_IN_MOD - check for typedef inside module" - **Issue #55 Body:** Not provided in the page content. **Additional Details:** - Status: Merged on October 1, 2023 - Merged by: @svenka3 - Source branch: rtl_tdep_oct1 - Target branch: main - Commits: 1 commit (1c588dd) - The branch was deleted on December 2, 2023