-
I've tried running `./gradlew ktlintCheck` and got this error:
```shell
% ./gradlew ktlintCheck
> Task :runKtlintCheckOverMainSourceSet FAILED
FAILURE: Build failed with an exception.
* Wha…
-
# 重要度
高い
# 概要
Linterを用いたコーディングルールの定義
# 目的
- 開発メンバー共通のコーディングルールを決めることによるソースコードの統一、属人化の低減
# 内容
ktlintなどを利用してGit コミット前にLinterを強制的に実行し、規約違反があればコミットできないようにする
IDEのコーディング支援よりもより強制力のある状態にし、凡ミス…
-
I'm trying to create a custom rule using Ktlint on a multi-module project. For that, I created a new module just for custom rules. This module is with this configuration:
```jsx
plugins {
id …
-
### 작업 사항
![image](https://github.com/tgyuuAn/BaekyoungE/assets/116813010/7cd81059-1290-48cc-815c-01ee3bdc2121)
![image](https://github.com/tgyuuAn/BaekyoungE/assets/116813010/873e64e4-a3f6-4cba-a…
-
Hi!
I faced the problem that in output I have a lot of error messages but GitHub bot reports only one.
I'm expecting that if I have 50 ktlint errors it will see 50 PR comments.
Part of output:
!…
-
- Use ktlint for static checks
- Use static code analysis (e.g. Findbugs, Sonarcube)
-
In this way we do not have to review for styles issues
-
## Expected Behavior
Input is valid. Class body is correctly indented. Final brace is aligned with class opener.
Maybe the `SuperClass(primaryParam) {` line indented, but not the whole body. Intelli…
-
Detekt, ktlint, etc.
-
**Is your feature request related to a problem? Please describe.**
Introduce compose lint to scan through code and keep the coding style consistent