When i generate a baseline through gradle, I keep ...
# detekt
m
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
Could you open an issue with this? And add some way to reproduce it if you can.
👍 1
m
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
Thanks