hlint icon indicating copy to clipboard operation
hlint copied to clipboard

Add a way to make enable predefined groups only in specific modules

Open webdevred opened this issue 1 month ago • 0 comments

I personally have code which is enabled conditionally which is using the extra library and I think it would be good if that code could get suggestions for using extra. But the wider codebase shouldn't get those suggestions since I do not want to have extra as a dependency there.

- group: {name: extra, enabled: true, within: [MyModule]}

webdevred avatar Dec 04 '25 20:12 webdevred