-
Hello!
There seems to be an off-by-one error when using Google-style and trailing commas. I just tried out the Google Style with trailing commas and saw the following scenario:
```
@Test
…
-
### Notes (2022-09-27)
A couple of ideas:
- improve the way this code is generated
- try ktfmt
- contribute to ktlint ([comment](https://github.com/VirtuslabRnD/pulumi-kotlin/pull/34/files…
-
### Motivation
We use ktfmt (aka google java style) formatting, and it would be great if to have different formatters options, or at least a way to configure the default one, for instance the default…
-
## ⚠️ Current behavior
Applying v0.13.0 to a project results in these issues:
- plugin changes language version from 1.9.0 (Kotlin 1.8.22 w/ language version 1.9.0 to get data objects) to someth…
-
We have a large Kotlin project where we use spotless.
However, it is pretty slow. I came across the ratchetFrom property but seems like it is only for Git.
How can I make spotless run on just modifi…
-
This will programmatically enforce standards and make code reviews a lot easier.
Rust:
- [x] Basic build and test
- [x] Formatting checks
- [ ] clippy lints
- [x] [cargo-semver-checks](https://…
-
## ⚠️ Is your feature request related to a problem? Please describe
`ktfmtCheck` binds to `check` as a dependency- causing build failures if things are not formatted correctly.
## 💡 Describe the s…
-
The `ktfmt` version that fixes the ordering of `@param` and `@property` in KDoc strings was brought to `spotless` in Version [`7.0.0.BETA2`](https://github.com/diffplug/spotless/releases/tag/maven%2F2…
-
## 🐛 Describe the bug
`./gradlew build` command fails with the following error
```
* What went wrong:
Some problems were found with the configuration of task 'app:ktfmtFormatMain' (type 'Ktfmt…
-
This doesn't have priority, but when we get around to CI, we should look at these tools:
- TypeScript Formatter: https://prettier.io/
- Kotlin Formatter: https://github.com/pinterest/ktlint or htt…