-
## Expected Behavior
According to https://pinterest.github.io/ktlint/latest/rules/standard/#class-signature, both
```
class Foo3(
a: Any,
b: Any,
)
class Foo4(a: Any, b: Any)
```
…
-
---
**From the maintainer Li Haoyi**: I'm putting a 2000USD bounty on this issue, payable by bank transfer on a merged PR implementing this.
---
https://github.com/lefou/mill-kotlin/ exists, …
-
It still happens in version 16.7.0
* What went wrong:
Execution failed for task ':autoLintGradle'.
> Cannot get property 'files' on null object
* Try:
Run with --info or --debug option to get…
-
It would be nice to have a per-user configuration file (e.g. ~/.gitlint) to have a way to enforce specific rules across all projects.
The per-git-repository configuration should extend/override the s…
-
Hi, there!
My team uses in Kotlin projects:
* Linter: `ktlint` with codestyle `ktlint_code_style = ktlint_official `.
* Formatting via intelliJ Idea IDE plugin `Ktlint` and Gradle plugin`org.…
-
I was looking at an issue over in github.com/antlr4/issues. https://github.com/antlr/antlr4/issues/4344
It looks like there are multiple issues with the kotlin grammar.
* There's a fork of kotlin,…
-
The direction `ktlint` has been taken the past couple years has removed it from the needs of the community and alienated some of its users.
Previously, `ktlint` aligned with the official style guid…
-
From the docs for ktlint. ktlint_code_style in your editorconfig should be all you need to set for android rule set
- https://pinterest.github.io/ktlint/rules/configuration-ktlint/#code-style
-…
-
The linter plugin we use (https://github.com/jeremymailen/kotlinter-gradle) can be updated to v3.14.0.
However, two things:
- The excluding of rules is now handled by the .editorconfig file and…
-
# Summary
I've got a few projects that use this plugin to format our code before commit.
We also use the [Ktlint IntelliJ plugin](https://plugins.jetbrains.com/plugin/15057-ktlint) with auto forma…