Releases: shashachu/ktlint
Releases · shashachu/ktlint
0.49.3
Fixed
- An enumeration class having a primary constructor and in which the list of enum entries is followed by a semicolon then do not remove the semicolon in case it is followed by code element
no-semi
(#1733)
Changed
0.49.2
Fixed
- An enumeration class having a primary constructor and in which the list of enum entries is followed by a semicolon then do not remove the semicolon in case it is followed by code element
no-semi
(#1733)
Changed