<@UCQRGDEB1> IntelliJ can also provide hints that ...
# getting-started
m
@ValV IntelliJ can also provide hints that formatting doesn’t conform. In inspections, search for
formatted according to project settings
and turn it on. Appears under Kotlin. Then if code doesn’t conform to formatting, it will have the colour you chose here with squiggly lines around it. I’m not sure if this will appear in an Analyze run. You may be able to modify the Analyze rules and have IntelliJ expose formatting issues.
v
Did it through Analyze->Inspect code, could not find
formatted according to project settings
Found it
It works, cool. Too many config options for a newbie 😕
m
The strength and weakness of IntelliJ. very configurable, but sometimes hard to find.