IllLil
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...
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...
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...
> [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_...
[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 { ... }...
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....
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...
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...