ktlint command: ./ktlint "**/src/**/*.kt" -F
removes symbol ;
from the end of ENUM values
#1763
Milestone
./ktlint "**/src/**/*.kt" -F
removes symbol ;
from the end of ENUM values
#1763
Expected Behavior
enum class may contain
;
at end of list valuesObserved Behavior
ktlint command:
./ktlint "**/src/**/*.kt" -F
removes symbol
;
from the end of list valuesSteps to Reproduce
Create enum MyEnums.kt:
run command:
./ktlint "**/src/**/*.kt" -F
in result:
Your Environment
The text was updated successfully, but these errors were encountered: