Can we disable the "required plugin" ktlint in the...
# github-workflows-kt
v
Can we disable the "required plugin" ktlint in the project? Everytime I open the project I have to ignore the warning that the plugin is not installed. And I will not reinstall the plugin unless the non-sense to set vital IntelliJ IDEA properties to some arbitrary value during initialization in
ktlint
just because
ktlint-intellij-plugin
is not able or willing to properly program the integration is reverted.
p
Please send a screenshot with the message that you get. KtLint plugin can only send a message if it is still installed. Check if the '.idea' directory contains a KtLint xml file, and delete it. And btw, please stop complaining about implementation details that you don't agree with. Ktlint plugin is open source and you may use it as it is. In no way I have any obligation to make it exactly the way you want it to be. Contribute to make it better, clone, or uninstall. I am fine with any choice you make.
v
You know I don't agree and I just said I don't want to install it again with that behavior and asked whether we can remove it as required plugin for this project. As I told you before, I'm grateful for the work you do, but manipulating important IJ system properties to overcome that you use classes by JetBrains in a way not supported and highly discouraged by JetBrains and thus trigger non-working behavior is just wrong. You don't have to agree to that, that's of course your choice and your project. But you also then have to live with me recommending not to use your project and complaining about the implementation details in that context please. As you are free to implement what you want, I'm free to not agree and state that. I also don't know why you react at all. My question is not about ktlint or a message of ktlint. It is about the configuration that the ktlint IJ plugin is a required plugin for the IntelliJ project of this project. I just asked @Piotr KrzemiƄski whether we can loosen that by removing that IntelliJ configuration.
p
You're right. I thought it was a KtLint request. I missed the context of your question.
👌 1
p
I'm fine with removing the "required plugin" suggestion, if it itches you! Could you send a PR? I thought it works like: IntelliJ suggests installing it once, and if you choose to not remind about the plugin, IntelliJ will remember about it
v
Ah, behind the three dots menu of the notification I can indeed say "Don't show again for this project". It's just not the default. That's fine for me for now, thx.
👍 1