Hi, new to detekt here. i’m setting it up in my an...
# detekt
a
Hi, new to detekt here. i’m setting it up in my android project and came across this in the default config:
Copy code
formatting:
  active: true
  android: false
what does the
android: false
setting mean? i couldn’t find any documentation on it.
g
The
formatting
ruleset is a wrapper around KtLint. If you set
android: true
that value will be passed to KtLint.
a
ohhh ok. i just saw your response 10 days later 😂. thanks!
g
ahahah nice