-
Here are my suggestions for code formatting and stylng to create a uniform code format. Please add your opinions and additional suggestions.
- Top-level comment (every file needs (at least) a top-l…
-
Main file, which use `apply from`
`build.gradle.kts`
```
plugins {
id("com.android.library")
kotlin("android")
kotlin("android.extensions")
kotlin("kapt")
}
apply {
fro…
-
It looks like KtLint sometimes does not pick up indentation rules
## Expected Behavior
When running an analysis on a file more than once, the output should be the same if the file contents have no…
-
## Expected Behavior
Run ktlintCheck should successed. There is not new line before {
## Observed Behavior
`Charter.kt:14:1: Unexpected newline before "{"`
## Steps to Reproduce
```
interfac…
-
Really appreciate the efforts that already went into `super-lint`, it would be great to also add support for Java using perhaps one of the following linters:
- https://github.com/checkstyle/checkst…
-
**Describe the bug**
"Linter Version Info" section takes around 60 seconds to execute. Have this on both default and `LOG_LEVEL=TRACE ` baselines.
Straight away suggestion is to have an option to …
-
## Expected Behavior
I expect *MaximumLineLength* to be reported at the line it occurred.
## Observed Behavior
*MaximumLineLength* is reported at ` - 2` (in my case).
## Steps to Reproduce…
-
Using
``` id "com.diffplug.gradle.spotless" version "3.28.1"```
I'm seeing a spotlessApply, which it thinks is cached, taking over a minute.
For this build I also ran it with the ```-Pspotle…
-
It seems the duplicate resources is constantly being introduced into the codebase. I'm creating an issue dedicated to fixing this.
To recreate this error:
Run `./gradlew bundleDebug` or build an app…
-
Define kotlin checkstyle-like process, with both IDE and gradle integration.