IllLil

Results 29 issues of IllLil

How can I create a new project. It's not documented anywhere. And is it possible to set breakpoints?

JCenter will be shutdown soon. Could you please upload your library to another repository.

It would be great if `diktatCheck` also prints the number of findings so if a change in config dile is done it is possible to observe the impact of the...

enhancement

I had to disable `WRONG_INDENTATION` rule because it still behaves unexpectedly. Please reopen https://github.com/saveourtool/diktat/issues/1312 I can imagine that it is correct behavior that auto correct `WRONG_NEWLINES` rule does not set...

bug
indentation

This behavior is strange. It reports this warning for almost everything, especially functions. I'm not sure but I guess it's only reported for my util top level functions but I...

bug

> [FILE_UNORDERED_IMPORTS] imports should be ordered alphabetically and shouldn't be separated by newlines: import android.bluetooth.BluetoothAdapter... This is what Android Studio expects (right click on file --> Optimize Imports) and _diktatCheck_...

bug

[Kotlin] I have the following enum class: ```kotlin enum class DeviceType(val value: Int, val humanReadableName: String) { SDR(1, "SDR"), UCM(2, "UCM"), UCM_CARD_READER(3, "UCM-Cardreader"), DSD_AM(255, "DSD"); companion object { ... }...

bug

This is a common issue with Jetpack Compose and would be really convenient. Actually, this should be a resposnibility for android lint I guess but maybe you see potential here....

enhancement
help wanted
good first issue

Some suggestions: Add an **excludes**: ['SomeStringToExclude'] property to many rules. Intention: I get 2 different warnings for an interface file with the name XModemPacket.kt > [FILE_NAME_INCORRECT] file name is incorrect...

enhancement

Hi, when I define the `ValueLabelFormatter` and return for value 0 -> Low, 1 -> Medium and 2 -> High the label indicator does not adjust in size and the...