balpan-rs / balpan

Simple CLI Tool that supports your onboarding for a journey on source code.
37 stars 7 forks source link

Introduce `scannable_node_types` method for Language enum #60

Closed malkoG closed 1 year ago

malkoG commented 1 year ago

scannaable_node_types will cover rust-specific issues. (such as, macro above static_item, macro above const_item, and so on)

It was named annotation_whitelist previously. But, whitelist/blacklist would potentially imply discrimination.

So, I renamed whitelist to commentable_node_types, blacklist to ignorable_node_types