hi <@UM63FA746> - would you be able to file some i...
# ktlint
s
hi @mateusz.kwiecinski - would you be able to file some issues on the github? just so it's tracked. thanks for the feedback
👍 1
m
I wasn’t sure if they are issues so wanted to ask a few question first 😛 Here’s the issue I created: https://github.com/pinterest/ktlint/issues/1434 I wasn’t sure how to split them into multiple issues as they all seemed tied together. I hope that’s not going to be a problem 🙂
s
haha we also use github issues to have discussions and answer questions 🙂
m
Github has a dedicated fetaure
Discussions
- maybe it would work for you? It keeps all the discussions on Github, but it loses a bit of discoverability when compared with Issues 👀 Sample discussions link: https://github.com/detekt/detekt/discussions
s
historically we've just kept everything in issues (due to discoverability as you mentioned)
👍 1
m
Makes sense 👍 Then I can only suggest updating the form visible when creating an issue: https://github.com/pinterest/ktlint/issues/new/choose which indicates questions should be asked here, on Slack (that’s what lead me here in the first place 😛)
😂 1
(but yeah, I’m just sharing feedback, it doesn’t have to be actionable 🙂 I’m all grateful you all maintain this great tool 🙏)
👍 1
p
Short questions are fine here on the slack channel. Longer questions are better answered in the issues. I am happy to answer them. Your questions and remarks seem ligit to me.
w
hello there. I am working on upgrading ktlint-gradle to support newer versions of ktlint. i am curious about the new way to pass the android flag and disabled rules config. was this ever determined?
p
You have to set EditorConfigOverride property 'ktlint_codestyle = android_studio'. Please refer to documentation for exact details as I am not able to look it up right now.
w
thanks