-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugin kotlinter to v4 (#587)
- Loading branch information
1 parent
34cf813
commit bcb30e3
Showing
5 changed files
with
36 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
[*.{kt,kts}] | ||
ij_kotlin_allow_trailing_comma = true | ||
ij_kotlin_allow_trailing_comma_on_call_site = true | ||
|
||
ktlint_standard_blank-line-before-declaration = disabled | ||
ktlint_standard_filename = disabled | ||
ktlint_standard_function-naming = disabled | ||
ktlint_standard_function-signature = disabled | ||
ktlint_standard_no-blank-line-in-list = disabled | ||
ktlint_standard_no-empty-first-line-in-class-body = disabled | ||
ktlint_standard_no-single-line-block-comment = disabled | ||
ktlint_standard_property-naming = disabled | ||
ktlint_standard_property-wrapping = disabled | ||
ktlint_standard_statement-wrapping = disabled | ||
|
||
# `string-template-indent` is disabled because it depends on `multiline-expression-wrapping`. | ||
ktlint_standard_multiline-expression-wrapping = disabled | ||
ktlint_standard_string-template-indent = disabled | ||
|
||
[**/*Test/kotlin/**/*.{kt,kts}] | ||
# `if-else-wrapping` is disabled because it depends on `discouraged-comment-location`. | ||
ktlint_standard_discouraged-comment-location = disabled | ||
ktlint_standard_if-else-wrapping = disabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters