Paul Dingemans
03/15/2023, 11:02 AM.editorconfig. The order is important when sections are not mutually exclusive afaik.David Bilík
03/15/2023, 11:24 AMPaul Dingemans
03/15/2023, 3:55 PM.editorconfig in directory /build/generated/ or /build with content:
# do not specify root = true
[*.{kt,kts}]
ktlint_standard_filename = disabledDavid Bilík
03/15/2023, 3:59 PMDavid Bilík
03/15/2023, 4:00 PMktlint_standard_filename = disabled directive works for me, if I have this editorconfig file
root = true
[*.{kt,kts}]
ktlint_code_style = official
ktlint_standard_filename = disabled
I still have the errorPaul Dingemans
03/15/2023, 4:16 PM0.48.x or an older version?Paul Dingemans
03/15/2023, 4:17 PM--log-level=debug you get more information about what rules are run.David Bilík
03/15/2023, 4:17 PMDavid Bilík
03/15/2023, 4:59 PM