-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Update detekt to v1.23.7 #1094
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/detekt
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update detekt to v1.23.7 #1094
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/detekt
branch
from
June 1, 2023 08:56
8e8ba6a
to
836ee7a
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
June 1, 2023 09:14
836ee7a
to
2bedafc
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
June 10, 2023 21:23
2bedafc
to
f2fbee4
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
June 26, 2023 22:17
f2fbee4
to
bfc1fc1
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
July 29, 2023 16:35
bfc1fc1
to
dbbe8f8
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
August 15, 2023 16:46
dbbe8f8
to
df94960
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
October 31, 2023 01:17
df94960
to
4cd836a
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
October 31, 2023 19:13
4cd836a
to
f2e3f5a
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
November 26, 2023 12:11
f2e3f5a
to
6e355a4
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
December 12, 2023 13:10
6e355a4
to
cf3e295
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
December 12, 2023 13:40
cf3e295
to
b2c332e
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
2 times, most recently
from
December 12, 2023 16:16
8969bc9
to
37fb11b
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
January 31, 2024 13:43
37fb11b
to
6a0f30d
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
March 25, 2024 03:52
6a0f30d
to
60490fb
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
April 7, 2024 19:35
60490fb
to
db71433
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
4 times, most recently
from
July 6, 2024 09:33
f62a8ca
to
d236c15
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
September 1, 2024 12:13
d236c15
to
48b7149
Compare
renovate
bot
force-pushed
the
renovate/detekt
branch
from
September 8, 2024 16:09
48b7149
to
f8ed30a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.22.0
->1.23.7
1.22.0
->1.23.7
Release Notes
detekt/detekt (io.gitlab.arturbosch.detekt)
v1.23.7
1.23.7 - 2024-09-08
This is a point release for Detekt
1.23.0
, built against Kotlin2.0.10
, with fixes for several bugs that got reported by the community.Notable Changes
Changelog
UndocumentedPublicProperty
- #7426public companion
object forUndocumentedPublicClass
- #7219Housekeeping/Docs
v1.23.6
1.23.6 - 2024-03-23
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.23
and fixed several bugs that got reported by the community.Changelog
Contributors
We would like to thank the following contributors that made this release possible: @BraisGabin, @psuzn, @t-kameyama.
v1.23.5
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.22
and fixed several bugs thatgot reported by the community.
Notable Changes
Changelog
USELESS_ELVIS
inUnreachableCode
- #6624Housekeeping & Refactorings
Contributors
We would like to thank the following contributors that made this release possible: @3flex, @TWiStErRob, @atulgpt, @matejdro
v1.23.4
1.23.4 - 2023-11-26
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.21
and fixed several bugs thatgot reported by the community.
Notable Changes
Changelog
Dependency Updates
Contributors
We would like to thank the following contributors that made this release possible: @3flex, @BraisGabin, @Gosunet, @atulgpt, @t-kameyama
v1.23.3
1.23.3 - 2023-10-31
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.10
and fixed several bugs thatgot reported by the community.
NOTE: This is a republishing of 1.23.2 which was accidentally published against Kotlin 1.9.0 instead of 1.9.10
Changelog
IgnoredReturnValue
with scope functions - #6446Dependency Updates
Contributors
We would like to thank the following contributors that made this release possible: @3flex, @arturbosch, @atulgpt, @kkocel, @marschwar, @pablobaxter, @t-kameyama
v1.23.2
1.23.2 - 2023-10-29
NOTE: Please use version 1.23.3 instead - Version 1.23.2 was accidentally built against Kotlin 1.9.0 instead of 1.9.10
https://github.com/detekt/detekt/releases/tag/v1.23.3
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.10
and fixed several bugs thatgot reported by the community.
Changelog
IgnoredReturnValue
with scope functions - #6446Dependency Updates
Contributors
We would like to thank the following contributors that made this release possible: @3flex, @arturbosch, @atulgpt, @kkocel, @marschwar, @pablobaxter, @t-kameyama
v1.23.1
1.23.1 - 2023-07-30
This is a point release for Detekt
1.23.0
, where we added support for Kotlin1.9.0
and fixed several bugs thatgot reported by the community.
Notable Changes
Changelog
..<
andrangeTo
in theForEachOnRange
rule - #6197UseDataClass
if class contains non-property parameters - #6173replaceIndent
andprependIndent
- #6154Dependency Updates
Contributors
We would like to thank the following contributors that made this release possible: @3flex, @Goooler, @Hexcles, @PoisonedYouth, @TWiStErRob, @VirtualParticle, @atulgpt, @cortinico, @dzirbel, @eygraber, @marschwar, @rmarquis, @segunfamisa, @severn-everett, @t-kameyama
See all commit history here
v1.23.0
We're so proud to announce the next upcoming stable release of detekt: 1.23.0 🚀
This release is coming with 25 new rules and much more.
We moved the detekt-compiler-plugin to the main repo, and you can now use it in your builds following the official documentation.
This release also marks the beginning of development of 2.x from the main branch! You can follow the progress here
We want to take the opportunity to thank our Sponsors and our Contributors for testing, bug reporting and helping us release this new version of Detekt. You're more than welcome to join our community on the #detekt channel on KotlinLang's Slack (you can get an invite here).
Notable Changes
detekt-compiler-plugin
. The Detekt Compiler plugin is still experimental, but we're moving it closer to Detekt to make it easier to integrate. From now on the compiler plugin will follow the same versioning schema as Detekt. We invite you to try it and provide feedback till we stabilize it. You can read more about it in the official documentation page - #5492BracesOnIfStatements
- #5700BracesOnWhenStatements
- #5838CastNullableToNonNullableType
- #5653DoubleNegativeLambda
- #5937ForbiddenAnnotation
- #5515PropertyUsedBeforeDeclaration
- #6062StringShouldBeRawString
- #5705SuspendFunSwallowedCancellation
- #5666UnusedParameter
- #5722UnusedPrivateProperty
- #5722UseLet
- #6091UnnecessaryBracesAroundTrailingLambda
- #6029detekt-formatting
ruleset:ClassName
- #6037EnumWrapping
- #6028FunctionName
- #6037IfElseBracing
- #6028IfElseWrapping
- #6028MultilineExpressionWrapping
- #6028NoBlankLineInList
- #6028NoConsecutiveComments
- #6028NoEmptyFirstLineInClassBody
- #6028NoSingleLineBlockCommentRule
- #6104ParameterWrapping
- #6028PropertyName
- #6037PropertyWrapping
- #6028StringTemplateIndent
- #6028TryCatchFinallySpacing
- #6028UnnecessaryAbstractClass
now only runs with type resolution - #5829UnusedPrivateMember
has been refactored with some of its logic moved toUnusedParameter
andUnusedPrivateProperty
- #5722ignoreOverridden
config fromBooleanPropertyNaming
,ConstructorParameterNaming
,FunctionNaming
,VariableNaming
andFunctionParameterNaming
as not useful for those rules - #5718ignoredSubjectTypes
to ruleElseCaseInsteadOfExhaustiveWhen
to specify types that should be ignored by the rule (#5623) - #5634allowOperators
to ruleDataClassContainsFunctions
- #5658MandatoryBracesIfStatements
has been removed in favor ofBracesOnIfStatements
- #5700ignoreWhenContainingVariableDeclaration
toUseIfInsteadOfWhen
to ignore captured variables - #5681detekt-formatting
ruleset now accepts anindentSize
parameter (see the full list here).detekt-formatting
ruleset are now turned on by default (see the full list here).includes
/excludes
logic on the config file as they were overriding each other - #5782detekt-test-utils
. The recommended testing framework is JUnit - #5785v6.8.3
- #5616v8.1
, AGP8.0.1
, Kotlin1.8.21
and KtLint0.49.1
(see #5893 #5723 #5877 #6028 #6043 #5995 #5996)Changelog
comments
with a list of regexes toForbiddenComment
- #5981requireRootInDeclaration
check inInvalidPackageDeclaration
- #6045detekt-versions.properties
instead ofversions.properties
- #6006allowOmitUnit
to ruleLibraryCodeMustSpecifyReturnType
- #58618c8d71d
- #5966Unit
for ImplicitUnitReturnType rule - #5857TestConfig
usages - #5801name
that return name after backticks - #5719CanBeNonNullable
rule - #5714MaxLineLength
- #5583Dependency Updates
Housekeeping & Refactorings
eaaf4be
- #6102dependenciesAsNames
- #6059ClassNaming
andFunctionNaming
- #6019detekt-generator
- #5854generateWebsite
- #5849@Suppress("ReturnCount")
- #5841times
method, use stdlib'srepeat
instead. - #5774Contributors
We would like to thank the following contributors that made this release possible: @3flex, @BeBAKE, @BraisGabin, @Goooler, @SaumyaBhushan, @TWiStErRob, @VitalyVPinchuk, @adef145, @asomov, @atulgpt, @chao2zhang, @cketti, @cortinico, @drawers, @dzirbel, @igorwojda, @lexa-diky, @luanpotter, @marschwar, @mjovanc, @mmorozkov, @ncteisen, @osipxd, @ov7a, @schalkms, @t-kameyama, @tresni
See all issues at: 1.23.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.