Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saveourtool/diktat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: saveourtool/diktat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 4 commits
  • 25 files changed
  • 4 contributors

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    2a14294 View commit details
    Browse the repository at this point in the history
  2. gradle-plugin: fix incorrect dependencies related to SarifReportMerge…

    …Task (#1485)
    
    ### What's done:
    * Added missing dependency in `diktat-gradle-plugin/pom.xml`
    * Fixed typo in logging
    
    Part of #1484, fixes compilation of gradle scripts for projects that don't have `kotlinx-serialization-core` on their plugin classpath.
    petertrr authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    d354d88 View commit details
    Browse the repository at this point in the history
  3. Properly format expressions wrapped *before* a binary operator (#1486)

    ### What's done:
    
     * Now, the indentation in binary expressions wrapped *before* a binary operator
       or an infix function is also controlled with `extendedIndentAfterOperators`.
     * The above is also true for `as` and `as?` operators.
     * The only exclusion is the Elvis operator (`?:`).
     * Fixes #1340.
    0x6675636b796f75676974687562 authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    4766835 View commit details
    Browse the repository at this point in the history
  4. gradle-plugin: treat SarifReportMergeTask as non-mandatory (#1487)

    ### What's done:
    * Root project might not have a task `mergeDiktatReports`
    
    This pull request closes #1484
    petertrr authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    2d75446 View commit details
    Browse the repository at this point in the history
Loading