twitter / compose-rules

Static checks to aid with a healthy adoption of Compose
https://twitter.github.io/compose-rules
Other
1.36k stars 93 forks source link

Fix issue that prevents accessing right configuration data #94

Closed manuel-martos closed 2 years ago

manuel-martos commented 2 years ago

It seems that config param received by any TwitterDetektRule couldn't be used as it is. Instead, we should rely on reference to Rule as it also extends from ConfigAware