You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change .editorconfig by adding max_line_length = 70
gradlew :paparazzi:spotlessKotlin
Should fail with Exceeded max line length (70)
Problem:
Change: max_line_length to 71
gradlew :paparazzi:spotlessKotlin
Expected: fail with Exceeded max line length (71)
Actual: fail with Exceeded max line length (70)
Investigation
gradlew --stop
gradlew :paparazzi:spotlessKotlin
Now it fails with Exceeded max line length (71)
Spotless version: 6.23.3
ktlint version: 0.50.0 (but I think it's the same with 1.0, because I'm trying to update to that versions and couldn't figure out why it wasn't doing what I tell it to.)
Gradle version: 8.5
OS: Windows 10
The text was updated successfully, but these errors were encountered:
Repro
Setup:
Patch
gradlew :paparazzi:spotlessKotlin
Control:
.editorconfig
by addingmax_line_length = 70
gradlew :paparazzi:spotlessKotlin
Exceeded max line length (70)
Problem:
max_line_length
to71
gradlew :paparazzi:spotlessKotlin
Exceeded max line length (71)
Actual: fail with
Exceeded max line length (70)
Investigation
gradlew --stop
gradlew :paparazzi:spotlessKotlin
Exceeded max line length (71)
Spotless version: 6.23.3
ktlint version: 0.50.0 (but I think it's the same with 1.0, because I'm trying to update to that versions and couldn't figure out why it wasn't doing what I tell it to.)
Gradle version: 8.5
OS: Windows 10
The text was updated successfully, but these errors were encountered: