Tailwind-Formatter icon indicating copy to clipboard operation
Tailwind-Formatter copied to clipboard

Qodana: Kotlin annotator errors

Open WalrusSoup opened this issue 1 year ago • 0 comments

Qodana has been disabled due to errors that are not found in the IDE and in build (or else, it wouldn't build) such as:

----------------------------------------------------------------------------
Name                                                Severity  Problems count
----------------------------------------------------------------------------
Kotlin annotator                                    Critical             198
Unused symbol                                           High               5
Private property naming convention                  Moderate               2
Unnecessary type argument                           Moderate               2
Java methods should be replaced with Kotlin analog  Moderate               2
Negated call can be simplified                      Moderate               1
Function or property has platform type              Moderate               1
Class member can have 'private' visibility              Info               4
Return or assignment can be lifted out                  Info               1
----------------------------------------------------------------------------

I'd like some help on this if anyone can pull this locally and run the gradle task qodana:runInspections. Requires docker. I'm running it on an M2 and cant get good results from it. Github CI throws error 7, which i haven't been able to narrow down either.

I put a branch here: https://github.com/WalrusSoup/Tailwind-Formatter/tree/feature/cli-cleanup

WalrusSoup avatar Dec 19 '23 18:12 WalrusSoup