Is detekt able to analyse non-kotlin files, for ex...
# detekt
h
Is detekt able to analyse non-kotlin files, for example the meta-inf files like service providers? Use-case: if you implement a service provider you need to have a non-arg constructor
b
Not at the moment
h
Another stupid mistake I made: You should not use a nested interface as service provider. The service loader is unable to load the file. Took some time to figure this out...