baby-monitor-client-android
baby-monitor-client-android copied to clipboard
Bump detekt-formatting from 1.1.1 to 1.17.1
Bumps detekt-formatting from 1.1.1 to 1.17.1.
Release notes
Sourced from detekt-formatting's releases.
v1.17.0
- 2021-05-15
Notable Changes
- We're introducing our new Project logo :). See #3726
- This release allows you to replace your
jcenter()
dependencies withmavenCentral()
given that our dependency onkotlinx.html
migrated to Maven Central - See #3455- We now introduced the
src/test/java
andsrc/test/kotlin
by default for the plaindetekt
Gradle task. If you use that task, you might notice rule reports in your test sourceset. See #3649- We now default the baseline file to
detekt-baseline.xml
so you don't have to specify it manually. You can revert the previous behavior by setting the baseline tonull
- See #3619 and #3745- We enabled the SARIF output format by default - See #3543
- We're introducing annotations to provide metadata to rules, such as
@ActiveByDefault
,@Configuration
and@RequiresTypeResolution
- See #3637 #3592 and #3579Changelog
- Fix crash for DontDowncastCollectionTypes on Synthetic types - #3776
- We don't need to talk about jcenter anymore at our docs - #3755
- Skip publishing for detekt-cli shadowRuntimeElements variant - #3747
- Set the org.gradle.dependency.bundling attribute to external - #3738
- Support triple quoted strings in default value of config delegate - #3733
- Properly populate versions.properties - #3730
- We have a logo :) - #3726
- [UndocumentedPublicProperty] Allow inline comments for properties in primary constructor as documentation - #3722
- MultilineLambdaItParameter: don't report when lambda has no implicit parameter references - #3696
- Fix false positives for UnnecessaryFilter - #3695
- Add support for transformer function in config property delegate - #3676
- Add support for fallback property - #3675
- Ignore actual members in UnusedPrivateMember - #3669
- NamedArguments rule: fix false positive with trailing lambda - #3661
- Add DeprecatedBlockTag rule - #3660
- Noisy gradle - #3655
- Drop support to Gradle 5 - #3647
- Add MayBeConstant as alias for MayBeConst - #3644
- [ThrowingExceptionInMain] [ExitOutsideMainfix] fix for KtNamedFunction.isMainFunction() - #3641
- Fixing IllegalArgumentException in ForbiddenMethodCall rule for Intersection type parameters - #3626
- Replace getJetTypeFqName with fqNameOrNull extension - #3613
- New Rule: ObjectLiteralToLambda - #3599
- [MemberNameEqualsClassName] Support factory exemption for generic classes - #3595
- Refactor Analyzer so that RuleSetProvider.instance is only called once - #3585
- SarifOutputReportSpec: Correctly detect Windows root directory on local development machine - #3584
- Replace
@since
KDoc tag with@SinceDetekt
- #3582- Simplify code in RedundantSuspendModifier rule - #3580
- Revert "Refactor Analyzer so that RuleSetProvider.instance is only called once" - #3578
- fix error message -> buildUponDefaultConfig instead of buildOnDefaultConfig - #3572
- UnnecessaryApply: fix false positive when lambda has multiple member references - #3564
- Switch SARIF report off jackson - #3557
- Fix rules not appearing in the sarif output - #3556
- Refactor Analyzer so that RuleSetProvider.instance is only called once - #3555
- New Rule: DoubleMutabilityForCollection - #3553
- Adds a ForbiddenSingleExpressionSyntax rule - #3550
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR 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)
1 Warning | |
---|---|
:warning: | This PR does not contain any JIRA issue keys in the PR title or commit messages (e.g. KEY-123) |
JaCoCO Code Coverage 18.72% :white_check_mark:
Class | Covered | Meta | Status |
---|
APK file size
size |
---|
30.4MB |
Number of method references
Dex file | count |
---|---|
classes.dex | 46966 |
Generated by :no_entry_sign: Danger