New to Kotlin. Notice a bunch
Property 'disabled_rules' is deprecated: Rename property 'disabled_rules' to 'ktlint_disabled_rules' in all '.editorconfig' files.
I donot have a '.editorconfig' file under repo root.
What is causing this? Should I generate a .editorconfig
file myself? If so, how do I generate that?
I created .editorconfig by exporting from IDE
But no 'disabled_rules' was found, how and where should I add it to this file?