https://kotlinlang.org logo
#detekt
Title
# detekt
b

Bryan Lindsey

03/16/2020, 5:27 PM
I just found a line on this page (https://arturbosch.github.io/detekt/howto-buildupondefaultconfig.html) that seems to have some more info:
Make sure to specify the 
input
 parameter or no sources are found and detekt won’t run!
This seems to be partially true. It does seem to run if you don't have a separate config YAML file. I updated the input as per that page and it works well enough for now. Still confusing that it can run without it in some scenarios.
s

schalkms

03/16/2020, 8:12 PM
@Bryan Lindsey thanks for noting down your troubleshooting process. May I ask you to submit a PR, if you have ideas on how to improve detekt's documentation?
b

Bryan Lindsey

03/16/2020, 8:15 PM
Hi @schalkms. My interpretation of things is that the documentation is actually fine (the info was there on the page very much related to what I was looking at - I was just skimming it too fast which is why it took so long to figure out my error. However, the functionality maybe doesn't quite match the documentation, so perhaps there's a bug in the implementation? I can log an issue for it
s

schalkms

03/16/2020, 8:20 PM
Mhhm, I'm not sure. The documentation is quite old. Maybe @Artur Bosch can lend a helping hand here.
b

Bryan Lindsey

03/16/2020, 8:37 PM
For what it's worth, I have it working fine now. It's mostly just a little confusing why it sorta seemed to work when the documentation implies it shouldn't have.
I guess and not just the way that the docs imply, but that from a behavioral standpoint seem to break in the presence of a seemingly unrelated change (i.e. adding a
config
)
2 Views