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-gradle-plugin from 1.14.0 to 1.15.0 #201

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps detekt-gradle-plugin from 1.14.0 to 1.15.0.

Release notes

Sourced from detekt-gradle-plugin's releases.

v1.15.0

  • 2020-12-18
Notable Changes

detekt 1.15.0 bundles Kotlin 1.4.10.
You may experience some known issues when your project already used 1.4.20

In addition to many rule improvements, there are also new ones:

  • RedundantHigherOrderMapUsage
  • ListAllWhenCases
  • UseIfEmptyOrIfBlank

We added documentation on how to configure type resolution.
Only the rules marked with Requires Type Resolution are run ( e.g. https://detekt.github.io/detekt/style.html#forbiddenmethodcall).

detekt now supports SARIF as an output format. In the future you will be able to upload this format to GitHub and see detekt issues right in your pull requests.

Migration

We removed implementations of the Config interface from the public api.
It was first deprecated and then moved to internal package earlier this year.
Rule authors can use TestConfig(Map) or yamlConfig(String) from detekt-test to test their rules.

  • Move internal config api to core module - #3163
Changelog
  • NamedArguments: fix false positive with java method call - #3290
  • Prepare 1.15.0 rc2 - #3286
  • UnconditionalJumpStatementInLoop: don't report a return after a conditional jump
  • Add MuseDev to the list of integrations - #3284
  • Fix ForbiddenComment rule not checking for KDoc - #3275
  • ForbiddenComments don't report TODO: in KDoc - #3273
  • Add IntelliJ platform plugin template integration to readme - #3270
  • Bundle new sarif output format by default - #3268
  • Add a test for UnusedImports with annotations used as attributes #3246
  • Add documentation page on type resolution - #3225
  • ThrowsCount rule: fix false positive with nested function - #3223
  • False positive in ThrowsCount rule - #3222
  • Refactor UnsafeCallOnNullableType rule - #3221
  • Fix false negatives in UnreachableCode rule - #3220
  • False negatives in UnreachableCode rule - #3219
  • Refactor RedundantElseInWhen to use compiler warning - #3214
Commits
  • 37f0a1d NamedArguments: fix false positive with varargs (#3294)
  • 3409f39 Inline UnconditionalJumpStatementInLoop case files (#3296)
  • cc14640 Standardize "active" constant (#3292)
  • 2e89bd4 NamedArguments: fix false positive with java method call (#3290)
  • cea1e9f UnconditionalJumpStatementInLoop: don't report a return after a conditional j...
  • 9434d33 Update Spek to v2.0.15 (#3287)
  • 8513ed6 Prepare 1.15.0 rc2 (#3286)
  • 84e42ec Fix ForbiddenComment rule not checking for KDoc (#3275)
  • 481dab9 Bundle new sarif output format by default (#3268)
  • abd1310 Add MuseDev to the list of integrations (#3284)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [detekt-gradle-plugin](https://github.com/detekt/detekt) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](detekt/detekt@v1.14.0...v1.15.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 21, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #220.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/io.gitlab.arturbosch.detekt-detekt-gradle-plugin-1.15.0 branch March 11, 2021 05:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants