Turalllb

Results 7 comments of Turalllb

Exactly the same crash as nimeacuerdo. Android 10 - 99.8 % Android 11 - 0.2

I shortened the description of the function: Select a range from such and such a date to such and such and plus the following types of restrictions: 1) no longer...

@paul-dingemans Updated the version and edited the question. The problem persists. I seem to be doing something wrong

I tried to specify the full path to the .editorConfig file, but it did not help

@paul-dingemans I was already happy, but deleting this space didn’t help either. (I even deleted everything else and left it as on the screen, but that doesn’t help either. I...

@paul-dingemans ``` [*.{kt,kts}] max_line_length=105 indent_size=4 insert_final_newline=false disabled_rules=max_line_length ``` ``` ktlint { version.set("0.45.2") android.set(true) additionalEditorconfigFile.set(file("/my_project/.editorconfig")) //disabledRules.set(Set.of("max_line_length", "import-ordering", "final-newline", "missing-newline-after", "no-unused-imports", "indent")) } ``` Here are my settings. In the logs, I...

it is also not clear where it is better to write disabled_rules in gradle or in .editorConfig and which entry has a higher priority