Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump diktat-rules from 1.2.1 to 1.2.3 #1266

Merged
merged 4 commits into from Aug 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps diktat-rules from 1.2.1 to 1.2.3.

Release notes

Sourced from diktat-rules's releases.

Release 1.2.3

What's Changed

Gradle plug-in

Indentation rule

  • The indentation in binary expressions wrapped before a binary operator or an infix function is also controlled with extendedIndentAfterOperators (@​0x6675636b796f75676974687562, #1340).
  • The above is also true for in, !in, is, !is, and cast (as and as?) operators (examples).
  • The only binary operator which is an exception to the above rule is the Elvis operator (?:).

Full Changelog: saveourtool/diktat@v1.2.2...v1.2.3

Release 1.2.2

What's Changed

Rules

Data classes

Indentation

  • Aligned chained method calls (dot-qualified and safe-access expressions) are no longer reported as false positives (#1336).
  • A separate extendedIndentForExpressionBodies flag has been added, defaulting to false (#1443). The flag controls whether continuation indent is used to indent expression bodies (previously, controlled with extendedIndentAfterOperators). The corresponding 3rd party flags are:
    • IDEA: CONTINUATION_INDENT_FOR_EXPRESSION_BODIES,
    • .editorconfig: ij_kotlin_continuation_indent_for_expression_bodies.
  • The extendedIndentAfterOperators flag now defaults to true to be consistent with IDEA (#1447).
  • Within expressions, the indent after an opening parenthesis ( followed by a newline is now controlled by the extendedIndentAfterOperators flag (#1448)

KDoc

Comments

Gradle plug-in

... (truncated)

Commits
  • 2d75446 gradle-plugin: treat SarifReportMergeTask as non-mandatory (#1487)
  • 4766835 Properly format expressions wrapped before a binary operator (#1486)
  • d354d88 gradle-plugin: fix incorrect dependencies related to SarifReportMergeTask (#1...
  • 2a14294 Prepare next development iteration after release 1.2.2 (#1483)
  • e38af67 Simplify Maven configuration by running DiktatSaveSmokeTest as an integrati...
  • afe277e Remove the circular dependency between diktat-rules and diktat-ruleset (#...
  • 4a3e5e1 Improve JAVA_HOME comparison for forked tests (#1480)
  • ad66a04 Fix the missing fat JAR problem during the release procedure (#1479)
  • 812406d Add the retry logic and diagnostics to DiktatSaveSmokeTest (#1477)
  • efc40ba Add support for an extended indent after an opening ( in expressions (#1475)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [diktat-rules](https://github.com/saveourtool/diktat) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/saveourtool/diktat/releases)
- [Commits](saveourtool/diktat@v1.2.1...v1.2.3)

---
updated-dependencies:
- dependency-name: org.cqfn.diktat:diktat-rules
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 1, 2022
@nedtwigg nedtwigg enabled auto-merge August 9, 2022 23:22
@nedtwigg nedtwigg merged commit 06f06ef into main Aug 9, 2022
@nedtwigg nedtwigg deleted the dependabot/gradle/org.cqfn.diktat-diktat-rules-1.2.3 branch August 9, 2022 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant