Uh oh!
There was an error while loading. Please reload this page.
Add support for KtLint 0.48.0 (fixes #1430) - #1432
Conversation
2e00cfa to
f5af503Compare| // get complete list of supported properties in DefaultEditorConfigProperties.INSTANCE | ||
| List<EditorConfigProperty<?>> editorConfigProperties = new ArrayList<>(DefaultEditorConfigProperties.INSTANCE.getEditorConfigProperties()); | ||
| editorConfigProperties.add(DefaultEditorConfigProperties.INSTANCE.getKtlintDisabledRulesProperty()); |
There was a problem hiding this comment.
I think ktlint_disabled_rules has been added to DefaultEditorConfigProperties in 0.48.0, already, so this whole new ArrayList part would be useless now. I introduced it in #1378 for a fix, but if it's in the DefaultEditorConfigProperties we can get rid of it.
There was a problem hiding this comment.
Thanks a ton @bcmedeiros for keeping an eye on this. @davidburstrom your call, I'm okay to merge it as-is, or if you want to make the change suggested above first I'm happy to wait.
There was a problem hiding this comment.
I'll take a look at the suggested change.
f5af503 to
918547fComparenedtwigg
commented
Jan 1, 2023
Needs a |
nedtwigg
commented
Jan 2, 2023
Released in |
davidburstrom
commented
Jan 2, 2023
Thanks for doing the final cleanup! |
No description provided.