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

Michael Friend

03/20/2020, 1:09 PM
When i generate a baseline through gradle, I keep getting lines like
<ID>NoBlankLineBeforeRbrace:</ID>
without a reference to a part of the codebase. This seems to cause detekt to ignore the rule entirely in that module rather than just ignore existing instances of violations. Is this expected behavior and is there any way to prevent this from being generated?
b

Brais Gabin

03/20/2020, 1:22 PM
Could you open an issue with this? And add some way to reproduce it if you can.
👍 1
m

Michael Friend

03/20/2020, 1:26 PM
Don’t think I’ll be able to figure out steps to reproduce but it is running on a large multi-module codebase with a lot of existing issues which may help.
Logging an issue now
s

schalkms

03/20/2020, 8:28 PM
Thanks
6 Views