If I remove android.set above and run app:ktlintCheck
I get trailing-comma-on-call-site,trailing-comma-on-declaration-site violations
Which I think are nonandroid rules
Not sure what is going on here
w
wakingrufus
02/15/2023, 9:58 PM
can you open an issue on github for this please in the ktlint-gradle project? i think we are adding the android key to the user data no matter what, and maybe if you don't explicitly set it, we should also not, and let ktlint do its thing (like read from editorconfig or whatever
wakingrufus
02/15/2023, 9:58 PM
i can look into it
wakingrufus
02/16/2023, 4:03 PM
it would also help me if you had an example code snippet that failed regular ktlint, but passes with android ktlint