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 detekt-maven-plugin from 1.15.0 to 1.16.0 #798

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps detekt-maven-plugin from 1.15.0 to 1.16.0.

Release notes

Sourced from detekt-maven-plugin's releases.

1.16.0

  • Detekt version 1.16.0
  • Added support for the followning CLI flags:
    • --all-rules
    • -bp
    • --max-issues

1.15.0.1

Added failBuildOnMaxIssuesReached configuration property

Commits
  • 6b969c6 Updated version and readme
  • 3171135 Added missing cli parameters
  • e702602 Merge pull request #88 from Ozsie/dependabot/maven/detekt.version-1.16.0
  • 05aa34a Bump detekt.version from 1.15.0 to 1.16.0
  • 62671fb Merge pull request #87 from Ozsie/dependabot/maven/com.beust-jcommander-1.81
  • 5ae03dd Bump jcommander from 1.80 to 1.81
  • bd1b3fe Merge pull request #86 from Ozsie/dependabot/maven/kotlin.version-1.4.31
  • 99a648e Bump kotlin.version from 1.4.30 to 1.4.31
  • 3677d36 Merge pull request #85 from Ozsie/dependabot/maven/kotlin.version-1.4.30
  • 9bfcc58 Bump kotlin.version from 1.4.21 to 1.4.30
  • 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 [detekt-maven-plugin](https://github.com/Ozsie/detekt-maven-plugin) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/Ozsie/detekt-maven-plugin/releases)
- [Commits](Ozsie/detekt-maven-plugin@1.15.0...1.16.0)

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 Mar 15, 2021
Copy link
Member

@orchestr7 orchestr7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #798 (f5cd1b1) into master (1885386) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #798      +/-   ##
============================================
- Coverage     80.93%   80.91%   -0.02%     
  Complexity     2213     2213              
============================================
  Files            98       98              
  Lines          5685     5686       +1     
  Branches       1763     1763              
============================================
  Hits           4601     4601              
- Misses          285      286       +1     
  Partials        799      799              
Flag Coverage Δ Complexity Δ
unittests 80.91% <0.00%> (-0.02%) 0.00 <0.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...ktat/common/config/reader/ApplicationProperties.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...cqfn/diktat/ruleset/rules/DiktatRuleSetProvider.kt 92.10% <ø> (ø) 11.00 <0.00> (ø)
.../diktat/ruleset/rules/chapter1/IdentifierNaming.kt 81.52% <0.00%> (ø) 88.00 <0.00> (ø)
.../ruleset/rules/chapter3/files/FileStructureRule.kt 80.23% <ø> (ø) 83.00 <0.00> (ø)
...set/rules/chapter6/classes/StatelessClassesRule.kt 74.35% <0.00%> (ø) 13.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1885386...f5cd1b1. Read the comment docs.

@@ -52,7 +52,7 @@
<commons-cli.version>1.4</commons-cli.version>
<diktat-check.version>0.4.2</diktat-check.version>
<kotlinpoet.version>1.7.1</kotlinpoet.version>
<detekt.version>1.15.0</detekt.version>
<detekt.version>1.16.0</detekt.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New detect checks were added. Need to see them

@petertrr
Copy link
Member

@dependabot rebase

Bumps [detekt-maven-plugin](https://github.com/Ozsie/detekt-maven-plugin) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/Ozsie/detekt-maven-plugin/releases)
- [Commits](Ozsie/detekt-maven-plugin@1.15.0...1.16.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.github.ozsie-detekt-maven-plugin-1.16.0 branch from 3470597 to 3e600c1 Compare March 15, 2021 11:40
### What's done:
* Code style
…e-detekt-maven-plugin-1.16.0' into dependabot/maven/com.github.ozsie-detekt-maven-plugin-1.16.0
### What's done:
* Code style
### What's done:
* Code style
@petertrr petertrr merged commit b0f42d3 into master Mar 15, 2021
@petertrr petertrr deleted the dependabot/maven/com.github.ozsie-detekt-maven-plugin-1.16.0 branch March 15, 2021 13:43
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.

2 participants