i'm seeing this warning even though I don't have `...
# detekt
j
i'm seeing this warning even though I don't have
failFast
set in my detekt-config.yml (in RC14 run via maven antrun plugin or via cli manually):
Copy code
Using deprecated property 'failFast' in the yaml config. Please migrate to the new '--fail-fast' cli-flag or 'failFast' detekt extension property.
m
It’s a known issue, and is ‘harmless’, but annoying.
👍 1
s
@Joe can you please create an issue to have it persisted in the repo.
j
s
Oh, yes. I thought that this is already included in RC14. RC15 will fix this issue then.