Adjective-Object / good-fences-rs-core

8 stars 0 forks source link

POC: Added feature to ignore comment-marked exports #52

Closed flickyiyo closed 10 months ago

flickyiyo commented 10 months ago

Added a feature to ignore exported statements through comments. Export statements commented with @ALLOW-UNUSED-EXPORT will not be added to the list of exported items and will not appear in the report in case those items were not imported by any other file.