Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Detekt

Supporting the development of Detekt - The Kotlin Static Analyzer
Collective - Host: opensource - https://opencollective.com/detekt - Code: https://github.com/detekt

Move ActiveByDefault annotation from internal to public API (#6807)

* Move ActiveByDefault annotation from internal to public API

* Update description of ActiveB...

github.com/detekt/detekt - 40fd94040857ef380e67f40fd5ddce2f35d2183d authored 12 months ago by Matthew Haughton <[email protected]>
Make test pass on JVM 8 (#6817)

github.com/detekt/detekt - 1425c8510724b2fef94a1813a9ca33c0e9cdb16a authored 12 months ago by Brais Gabín <[email protected]>
ConfigAware doesn't implement Config (#6736)

github.com/detekt/detekt - aa49d9f5dd875794b6c823b9e4bee9f12d2c5246 authored 12 months ago by Brais Gabín <[email protected]>
Fix test at `CorrectableRulesFirstSpec` (#6791)

* Fix CorrectableRulesFirstSpec

* Make the test easier to read

github.com/detekt/detekt - a03e3be950e29663f14bf036f1a1f77014dfe21b authored 12 months ago by Brais Gabín <[email protected]>
Reduce the usage of mockk (#6816)

github.com/detekt/detekt - 97f16ff552d0fd8b131d62389118e3588017b472 authored 12 months ago by Brais Gabín <[email protected]>
Move empty config declaration to its callsite (#6809)

This helps tidy the internal package a little.

github.com/detekt/detekt - 17253d86f7ccaa316fd259df5f8df6c32cbfef92 authored 12 months ago by Matthew Haughton <[email protected]>
Remove UnstableApi annotation (#6804)

* Stop declaring UnstableApi

* Remove unnecessary OptIn to UnstableApi

* Remove UnstableApi an...

github.com/detekt/detekt - c79491379b25c84682b123d7f72162aa40786be0 authored 12 months ago by Matthew Haughton <[email protected]>
Remove ruleContext property from Rule constructor (#6810)

github.com/detekt/detekt - c9014bd6e690c3497d9a9ea96afd9484bf2c66b8 authored 12 months ago by Matthew Haughton <[email protected]>
Don't use Config.empty on rule initialisation (#6812)

github.com/detekt/detekt - 643d2814a0857561e872aa6cb285f3c87b8dd91b authored 12 months ago by Matthew Haughton <[email protected]>
Remove PRIMITIVES from public API (#6813)

github.com/detekt/detekt - 84286416c29541eedc52211a99a7ba6b29bccaa3 authored 12 months ago by Matthew Haughton <[email protected]>
fix(deps): update dependency com.android.tools.build:gradle to v8.2.1 (#6803)

* fix(deps): update dependency com.android.tools.build:gradle to v8.2.1

* Update libs.versions....

github.com/detekt/detekt - 5280baad7b81c130e8c60f9707233729bf90507d authored 12 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Improve versioned documentation (#6801)

github.com/detekt/detekt - 52c67132b0d76b0ac3c5ad6ab480bf78adb33ef1 authored 12 months ago by Brais Gabín <[email protected]>
Exclude FirErrors class from JaCoCo instrumentation to avoid ASM MethodTooLargeException (#6802)

This is required for code coverage to work correctly when building using
K2 compiler.

github.com/detekt/detekt - 346950824667ba88221218c2a77c6d964e19e6bc authored 12 months ago by Matthew Haughton <[email protected]>
Fix by checking the existence of label in previous statements (#6671)

github.com/detekt/detekt - 6496d2a63e746e8d728b783c44fdcb21b009cc2c authored 12 months ago by Atul Gupta <[email protected]>
Fix `CastToNullableType` warning on same or parent type (#6677)

github.com/detekt/detekt - 44f22f12193f37aa535c23c463812757d34805bd authored 12 months ago by Atul Gupta <[email protected]>
Also check `USELESS_ELVIS` in `UnreachableCode` (#6624)

* Also check `USELESS_ELVIS` in `UnreachableCode`

* Remove unnecessary `?: return` from TC co...

github.com/detekt/detekt - 3e946a41f89d301e51677c3cea7ec22ff31a170d authored 12 months ago by Atul Gupta <[email protected]>
Fix test snippets for K2 (#6799)

In language version 2.0 it is not permitted to use `protected` on a class
that is in a file. As...

github.com/detekt/detekt - caaf3d7c4c1cf42ea0e28a006923f9f0a28628f7 authored 12 months ago by Matthew Haughton <[email protected]>
Properly handle nullable type (#6798)

`actual` is a nullable type but the K1 compiler ignores that when
referencing `actual` in funct...

github.com/detekt/detekt - 2689cd403f1f91817ef811509e265184c1cd56de authored 12 months ago by Matthew Haughton <[email protected]>
fix(deps): update dependency org.assertj:assertj-core to v3.25.1 (#6797)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 04ed825262dc487c05778483de116f37e5bc59a9 authored 12 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Improve documentation (#6793)

github.com/detekt/detekt - 1208434a0cbb00b3d347c4a36b0c8cddcbd02490 authored 12 months ago by Brais Gabín <[email protected]>
fix(deps): update dependency dev.drewhamilton.poko:poko-annotations to v0.15.2 (#6795)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 8dd2994815076e3f8825cc98f5da9cf9a2047df8 authored 12 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix #6665 by re-adding a few used toStrings (#6678)

* Re-add toString for FilePath with test
* Re-add toString for Location with test
* Re-add toS...

github.com/detekt/detekt - cd05a8d0edd9e52790b09772f60eb998e988addf authored 12 months ago by Róbert Papp <[email protected]>
fix(deps): update dependency org.assertj:assertj-core to v3.25.0 (#6787)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - d4629a25a1bfe3270c1b29d584de4bd5a926015b authored 12 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Remove messageOrDescription (#6771)

* Always use the same default message

* Don't create findings without message on tests

* M...

github.com/detekt/detekt - a3df60af69a9a99ee5b8cfba77e3f8addf5b479e authored 12 months ago by Brais Gabín <[email protected]>
fix(deps): update dependency clsx to v2.1.0 (#6784)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 4dc21826ddf76ae7e11ff13a0facaf50a76230b3 authored 12 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Properly declare task input for processTestResources task (#6785)

github.com/detekt/detekt - 1ef157aac527dfdec893cbcfe952b720aa4e2f10 authored 12 months ago by Matthew Haughton <[email protected]>
fix(deps): update slf4j to v2.0.10 (#6783)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 8cd4b188523d771bc54caeeabc47c7e8ebb972f3 authored 12 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Improve Analyzer tests (#6781)

github.com/detekt/detekt - 9057684f33468d0a25cd976f1e33150cb3d39afa authored 12 months ago by Brais Gabín <[email protected]>
Remove input and output file registration for generateDocumentation task (#6763)

This task has caching disabled. When enabling with outputs.cacheIf {true}
there is an error abou...

github.com/detekt/detekt - 7d8f3856de7e52d87f094ae42c630edc39a1bd85 authored 12 months ago by Matthew Haughton <[email protected]>
Mandatory config on Rule (#6734)

* Make config no optional on Rule

* Remove redundant val

github.com/detekt/detekt - 58698212fcbf91ee1060801ebb23ce02880db9d9 authored 12 months ago by Brais Gabín <[email protected]>
Use entries instead of values() (#6769)

github.com/detekt/detekt - 0c113d69dbebe0bf48d50e35fe34f5e387588264 authored 12 months ago by Brais Gabín <[email protected]>
Remove unnecessary tests (#6777)

github.com/detekt/detekt - d43a77d40b0a623f857a61d2cdf13062feee077d authored 12 months ago by Brais Gabín <[email protected]>
Add description for ForbiddenPublicDataClass (#6770)

github.com/detekt/detekt - a2e224c6ba2c011d12b5a5f49d9157e6db30899b authored 12 months ago by Brais Gabín <[email protected]>
Remove BaselineProvider.id() (#6773)

github.com/detekt/detekt - 0da08c050e7aa1cb55ff01721f5c73ff9421396a authored 12 months ago by Brais Gabín <[email protected]>
Reduce the usage of Mockk (#6772)

* Add default value for createEntitiy(path)

* Don't use mockk when it is not needed

* Remove u...

github.com/detekt/detekt - 889ee02102cb36efc2a12de07fdb35ef8950f981 authored 12 months ago by Brais Gabín <[email protected]>
Add `BigDecimal`'s double constructor to `ForbiddenMethodCall`'s default configuration (#6744)

github.com/detekt/detekt - 09024e26fa6e8d774efd5b48e3f5c0dad6ca1d31 authored 12 months ago by Mark Vadeika <[email protected]>
Use Locale.ROOT instead of US (#6765)

github.com/detekt/detekt - 30f2d08b5c899241899af9bf35f572f08816803f authored 12 months ago by Brais Gabín <[email protected]>
Remove outdated documentation (#6768)

github.com/detekt/detekt - 08148f4dc865cb9cd3d72d0b089c5ca67f671261 authored 12 months ago by Brais Gabín <[email protected]>
Fix cli tests (#6776)

github.com/detekt/detekt - 36775c7e999dcd21bf955012ade37f6d74c9fd7f authored 12 months ago by Brais Gabín <[email protected]>
Unblock snapshots by updating the base plugin id (#6779)

github.com/detekt/detekt - 3324a9367ac53bfd6982ab2b6a48a3a4bf2c7820 authored 12 months ago by Nicola Corti <[email protected]>
Remove never used function (#6775)

github.com/detekt/detekt - 6bf2d18a2041189493b0780c31b9c05013d0bd8a authored 12 months ago by Brais Gabín <[email protected]>
Remove deprecated code (#6726)

github.com/detekt/detekt - b8c8dce4bda5e8fbf36c04659c8546b640b30e49 authored 12 months ago by Brais Gabín <[email protected]>
Update to Kotlin 1.9.22

github.com/detekt/detekt-intellij-plugin - e808894ee69bc746446b353fb138a84caf6b9281 authored 12 months ago by Artur Bosch <[email protected]>
Remove RuleSet.visitFile (#6730)

github.com/detekt/detekt - f3919a608712716f43675c5985318617d17fb6b0 authored 12 months ago by Brais Gabín <[email protected]>
Simplfy sarirf code (#6729)

* Simplify Sarif

* Use Root locale insted of US

github.com/detekt/detekt - d98ccadce6246ccc873d176cc4ad86b4b48f1c59 authored 12 months ago by Brais Gabín <[email protected]>
Fix too generic tests (#6724)

* Simplify tests

* Define the code in the test

* Align format of tests

* Don't depend o...

github.com/detekt/detekt - 2c18ee1a649f7e23b6c7d53ccbcf0c9802363ea1 authored 12 months ago by Brais Gabín <[email protected]>
Move APIs to a dedicated submenu and fix links (#6757)

github.com/detekt/detekt - 3683671dddb6f58ed755162edcd2b7319cf967e6 authored 12 months ago by Nicola Corti <[email protected]>
fix(deps): update dependency prism-react-renderer to v2.3.1 (#6756)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 8f5fcf807da2abf993f0d4990f594c3d6c5ba563 authored 12 months ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bump Docusarus to 3.x (#6754)

github.com/detekt/detekt - d87e37181d715707cde2e2c4c177fac43b46bd34 authored 12 months ago by Nicola Corti <[email protected]>
Report violations of ThrowsCount also in override functions (#6752) (#6753)

github.com/detekt/detekt - 4dd1d200bc7180b2132372fbca83ae0e9c26beea authored almost 1 year ago by Simon Stelling <[email protected]>
Only call getNameAsSafeName on instances of KtNamedDeclaration (#6751)

github.com/detekt/detekt - b3805d363128296bc0160901821c1ed1424601ae authored almost 1 year ago by Matthew Haughton <[email protected]>
gitignore .kotlin directory (#6750)

From Kotlin 2.0.0-Beta2 release notes:

> In Kotlin 1.8.20, the Kotlin Gradle plugin started t...

github.com/detekt/detekt - a59357ef3bd95db56eea98ff8cb5ecbb9ec8ceab authored almost 1 year ago by Matthew Haughton <[email protected]>
Bump jvm from 1.9.21 to 1.9.22

Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22.
- [Release notes](https:...

github.com/detekt/detekt-custom-rule-template - 804fd9583be305bd8bba3791e7166bb03a99adc2 authored almost 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix typo (#6749)

github.com/detekt/detekt - b2501af6bd1fd62d704a0bc0331cebab4af820d4 authored almost 1 year ago by Matthew Haughton <[email protected]>
chore(deps): update github/codeql-action digest to 012739e (#6748)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - f292ee78f166da58d18230d9e49e75bde8649499 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update kotlin monorepo to v1.9.22 (#6746)

* fix(deps): update kotlin monorepo to v1.9.22

* Update Kotlin compiler checksum

---------

Co...

github.com/detekt/detekt - 4df7e4145fe20713f94ca93ab2b8e419e77864aa authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add Faire's detekt ruleset to the marketplace (#6742)

* Add Faire's detekt ruleset to the marketplace

* Fix typo

Co-authored-by: schalkms <30376729+...

github.com/detekt/detekt - d36aa9567983ffeebad8cd6f61f51660c1790f40 authored about 1 year ago by Travis Miehm <[email protected]>
fix(deps): update dependency net.bytebuddy:byte-buddy to v1.14.11 (#6745)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - bd6dc61f9f31f55f906f1489c050695de2afe0b8 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Enable MultilineLoop & ConditionWrapping rules (#6741)

* Enable MultilineLoop

* Enable ConditionWrapping

github.com/detekt/detekt - b4bccab1f52be43b62e61f22fa8cc6f337f9598f authored about 1 year ago by Matthew Haughton <[email protected]>
fix(deps): update dependency com.pinterest.ktlint:ktlint-ruleset-standard to v1.1.0 (#6739)

* fix(deps): update dependency com.pinterest.ktlint:ktlint-ruleset-standard to v1.1.0

* Remov...

github.com/detekt/detekt - 8de5d853305cacfe492b32e3ab5c5db0ac1480e8 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Move test to their correct location (#6725)

github.com/detekt/detekt - 23d1fb2d8de51adbe8c024b53a9197f382f8d740 authored about 1 year ago by Brais Gabín <[email protected]>
Simplify detekt-test (#6732)

github.com/detekt/detekt - d0132f045e5091eed2b485662f25110ff9cbbd90 authored about 1 year ago by Brais Gabín <[email protected]>
TestConfig don't need to be open (#6737)

github.com/detekt/detekt - 6e49273948b26914b747bfc1b96cfcf7cda2a98b authored about 1 year ago by Brais Gabín <[email protected]>
Don't recreate sequence (#6731)

* Don't create the sequence twice

* Simplify associateRuleIdsToRuleSetIds

github.com/detekt/detekt - a759e8d4b7d92d87198547da2c46a6b82091f235 authored about 1 year ago by Brais Gabín <[email protected]>
Fix typo at `Rule.ruleSetId` and reduce its visibility (#6735)

* Fix typo

* Reduce visibility

github.com/detekt/detekt - 98722550228f1d3643a1d5a31253978692700e65 authored about 1 year ago by Brais Gabín <[email protected]>
chore(deps): update gradle/gradle-build-action digest to 982da8e (#6740)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 1379635c3758b25f0214f1519fc1a5a5a93c9799 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update other dependencies

github.com/detekt/detekt-intellij-plugin - d2cdbac836230a35fcd1df60dcd53d553bfa9c15 authored about 1 year ago by Artur Bosch <[email protected]>
Workaround transitive logging classloader problem by constraining the dependency to a newer fixed version - #501

github.com/detekt/detekt-intellij-plugin - 635e15b8d46a48face458e4fe548e6267bf5d0e3 authored about 1 year ago by Artur Bosch <[email protected]>
Update detekt version to 1.23.4

github.com/detekt/detekt-intellij-plugin - 2a385496faadcf7731cff386fd49156a9c21f924 authored about 1 year ago by Artur Bosch <[email protected]>
Prepare 2.3.0 release

github.com/detekt/detekt-intellij-plugin - 6513e060154753ef71effe8fc4aca9c8bad2a0a7 authored about 1 year ago by Artur Bosch <[email protected]>
Remove old suppress (#6727)

github.com/detekt/detekt - 92204636dfca04b467a616085a2c5e0178036296 authored about 1 year ago by Brais Gabín <[email protected]>
chore(deps): update actions/setup-node digest to b39b52d (#6728)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 551e8d9657e26d4e8c13832ec3fa9c764ba9a2c0 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Use consistent JDK for Kotlin compilation (#6706)

* Use consistent JDK for Kotlin compilation

If toolchains are not used the version of Java th...

github.com/detekt/detekt - 77b98ea27eba2bb8b8473620e3dfd907dbda5f71 authored about 1 year ago by Matthew Haughton <[email protected]>
Set remote build cache to push only if authenticated (#6719)

github.com/detekt/detekt - 438672e03910d37f449f61055ff64423bd8414a8 authored about 1 year ago by Gašper Kojek <[email protected]>
chore(deps): update actions/upload-artifact action to v4 (#6721)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 4f210eacb3e31f954100494bc9768b2d83988c32 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update plugin com.gradle.enterprise to v3.16.1 (#6720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 6fdcc48d890d86cae17a2422fa9843812d9223ab authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update github/codeql-action action to v3 (#6718)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 400b28c517ef4e8bbfee7e61759c6abd71c50767 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add note about building detekt before testing it (#6710)

Adds a small note to Contributing.md that detekt needs to be built before running functional tes...

github.com/detekt/detekt - 7e9b54f631ff62aea80a3a567275fbe6516f8500 authored about 1 year ago by Frederik Kammel <[email protected]>
chore(deps): update github/codeql-action digest to 305f654 (#6712)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 514970acebb04762d7827fb0925aac72c301dd37 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update gradle/gradle-build-action digest to 8cbcb99 (#6711)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 133cea3940bada46ffc287272fe1fb31c0144f96 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Remove reports from detekt-core dependencies (#6683)

* Update defaultReportMapping signature to accept OutputReport

* Fix typos repot -> report

* R...

github.com/detekt/detekt - a40cc6368fc0b9bc3fb77a09a1d4ad97448b83fc authored about 1 year ago by Matthew Haughton <[email protected]>
Display dynamic --jvm-target values when using --help flag (#6685)

* Display dynamic --jvm-target values when using --help flag

* Avoid unnecessary `lazy`

* ...

github.com/detekt/detekt - 7bbdb026e320600c1e97eaf199a266681d83f5e9 authored about 1 year ago by Matthew Haughton <[email protected]>
Create DetektBasePlugin (#6547)

* Create base plugin for DGP

* Apply reporting plugin in base DGP

* Create detekt extensio...

github.com/detekt/detekt - 193ac1984f917e1ba6ff625bf6711599a56afa7f authored about 1 year ago by Matthew Haughton <[email protected]>
chore(deps): update actions/labeler action to v5 (#6687)

* chore(deps): update actions/labeler action to v5

* Update labeller config file for v5

--...

github.com/detekt/detekt - 8e350ee7a895baacdbeb4480812cfb173ae750a8 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update github/codeql-action digest to c0d1daa (#6696)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 9b2e1eace3d50a8e19f3ce6b1b43bce0696bbcbd authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update dependency danger to v11.3.1 (#6698)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - 4cf310c905bf55bfea99a38ffb3928b26d1ca918 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update actions/stale action to v9 (#6697)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - e2c0e3b7c3471b41ecd8314b3beffaa96a0b606b authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Keep build cache configuration consistent in all builds (#6693)

It is recommended to keep the build cache configuration of the root
build consistent with the b...

github.com/detekt/detekt - 7d967eb9590111a0c28782a2dcdb10f928e9ca0c authored about 1 year ago by Matthew Haughton <[email protected]>
Implement new rule: `RedundantConstructorKeyword` (#6660)

* Implement new rule: `RedundantConstructorKeyword`

* regenerate docs

* remove debt

* fix red...

github.com/detekt/detekt - fcde80774dfa229d771f7a25c4c68dcc0636a097 authored about 1 year ago by Alexandre ABITA <[email protected]>
chore(deps): update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.12.1 (#6690)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - ecc6a083c23db8de2ef81f72f7bf14d043111eb6 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update plugin com.gradle.enterprise to v3.16 (#6689)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - c5205c0dbc09395a7e87b24742333a5bf06a9271 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Improve UnnamedParameterUse message (change CALL_EXPRESSION to actual function name) (#6681)

* Add test for current behavior and shorten message

* Focus on the function call for reportin...

github.com/detekt/detekt - 701ff37ed461143b0c6f535b14ca3eed65ea3e7e authored about 1 year ago by Róbert Papp <[email protected]>
Remove unused dependencies (#6684)

github.com/detekt/detekt - c5850ee2cabb96c0f2e74eae03c44294fde275c4 authored about 1 year ago by Matthew Haughton <[email protected]>
Run build on JDK 21 (#6609)

* Run CI on JDK 21

* Remove usage of deprecated URL constructor

* Suppress deprecation of URL ...

github.com/detekt/detekt - db99cc5bfaf221aff07e2a678d596d4f31f4babc authored about 1 year ago by Matthew Haughton <[email protected]>
Test Gradle plugin with AGP 8.2.0 (#6672)

github.com/detekt/detekt - 145627902e943472efffb3fd9ad3cfb7acf84bba authored about 1 year ago by Matthew Haughton <[email protected]>
Use versionCatalogs extension (#6673)

github.com/detekt/detekt - 53eca64ffe22d3909642125df04bdf5845c7c090 authored about 1 year ago by Matthew Haughton <[email protected]>
Enable Kotlin metadata version check for script compilation (#6674)

This will be the default in Gradle 9

github.com/detekt/detekt - d6cb68b1d5f8078873f6310fcf36ca85e0a5cae2 authored about 1 year ago by Matthew Haughton <[email protected]>
Add 'build' label when gradle.properties changes (#6675)

github.com/detekt/detekt - e8e4c0f8b688da45d393266cd41ee336d7421bd0 authored about 1 year ago by Matthew Haughton <[email protected]>
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-html-jvm to v0.10.1 (#6667)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - f810faa93da08f1068a7266700bea3a720db95cf authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore(deps): update actions/setup-java action to v4 (#6664)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/detekt/detekt - e9423cbe5f3cf09b9e246a5e3c6a44785ac21779 authored about 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>