hlint
hlint copied to clipboard
Add a way to make enable predefined groups only in specific modules
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]}