-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump io.gitlab.arturbosch.detekt from 1.22.0 to 1.23.0 (#…
…935) * chore(deps): Bump io.gitlab.arturbosch.detekt from 1.22.0 to 1.23.0 Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](detekt/detekt@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): Bump io.gitlab.arturbosch.detekt:detekt-formatting Bumps [io.gitlab.arturbosch.detekt:detekt-formatting](https://github.com/detekt/detekt) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](detekt/detekt@v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: remove ktlint / align last Detekt version * chore: downgrade sonarqube to previous version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benoit Orihuela <[email protected]>
- Loading branch information
1 parent
750ad74
commit c092959
Showing
14 changed files
with
1,012 additions
and
100 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,6 +1,5 @@ | ||
[*.{kt,kts}] | ||
indent_size=4 | ||
insert_final_newline=true | ||
max_line_length=120 | ||
ktlint_standard_no-wildcard-imports=false | ||
ktlint_standard_multiline-if-else=false | ||
indent_size = 4 | ||
indent_style = space | ||
insert_final_newline = true | ||
max_line_length = 120 |
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
Oops, something went wrong.