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

Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.7.2 (#4897)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - ae7b41b571e2f7aed3a0d3c81473037f4c7503a9 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Report file level findings as a file level annotation instead of marking the whole file (#174)

github.com/detekt/detekt-intellij-plugin - 59dafc79bd8658170493fb5422452c58f02292e4 authored over 2 years ago by Artur Bosch <[email protected]>
Creates ForbiddenSuppress rule (#4899)

This rule is based on discussion #4890.

Checks for suppression of one or more rules that have b...

github.com/detekt/detekt - 5baf1f695542e1f4d1477f6777ee0bb65f98eb76 authored over 2 years ago by Gabriel Freitas Vasconcelos <[email protected]>
Cleanup the githubRelease task (#4903)

github.com/detekt/detekt - 1eaa34b30d5de638c6f128ab48f4266d09c3a45d authored over 2 years ago by Nicola Corti <[email protected]>
Remove the docs folder as it's unnecessary (#4904)

github.com/detekt/detekt - 010f5edaf2f1d7a8323246a5fccbf485756fc040 authored over 2 years ago by Nicola Corti <[email protected]>
Correct the Rules Documentation label (#4901)

github.com/detekt/detekt - ad9ef16bb9b8c43d4dfc65947e5e178877c219db authored over 2 years ago by Nicola Corti <[email protected]>
Prepare 1.21.0-RC1 (#4900)

github.com/detekt/detekt - 6d477cbb2e690aee20287b6449c1656e098335cc authored over 2 years ago by Nicola Corti <[email protected]>
Update plugin dependencyAnalysis to v1.4.0 (#4898)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - fae633bab19184eea4532f1176fddfb9cb1ac06a authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Remove unused code (#4902)

github.com/detekt/detekt - c4fc4ff1b59b2012f0bed88cd7716f3efc973e52 authored over 2 years ago by schalkms <[email protected]>
Run detekt annotator only on kotlin files (#170)

* Read psi text in ReadAction

* Run detekt annotator only on kotlin files

github.com/detekt/detekt-intellij-plugin - 0411ed52a3e473313c211ad3a906e96afa7c8324 authored over 2 years ago by Artur Bosch <[email protected]>
Add dependency-analysis plugin and implement some recommendations (#4798)

Co-authored-by: schalkms <[email protected]>

github.com/detekt/detekt - 1258c2fe821d0e3457909dd0b541b4bba7f88a72 authored over 2 years ago by Matthew Haughton <[email protected]>
NestedScopeFunctions - Add rule for nested scope functions (#4788)

github.com/detekt/detekt - 8e27a307ee284bdd4f190bf34108e97ad48161f1 authored over 2 years ago by Peter <[email protected]>
Use the correct import on tests

github.com/detekt/detekt-custom-rule-template - 72f40bd5291d4f6d972c931a0ee5d188f5a9a3e0 authored over 2 years ago by Brais Gabín <[email protected]>
Allow additionalJavaSourceRootPaths to be defined on @KotlinCoreEnvironmentTest (#4771)

* Allow additionalJavaSourceRootPaths to be defined on @KotlinCoreEnvironmentTest

* update ap...

github.com/detekt/detekt - 23a03e190d0a846401fee3a36f621c55ce2e8721 authored over 2 years ago by marschwar <[email protected]>
Reformat Markdown files to comply with the spec (#4891)

github.com/detekt/detekt - eb7c335f9e4b5df050a46815e9cd8ca025579d4a authored over 2 years ago by schalkms <[email protected]>
Declare nested test classes as non-static (#4894)

The @Nested annotation cannot be used on static classes.

github.com/detekt/detekt - 4cc4051706747fe847a413219c12c0eadbf458c5 authored over 2 years ago by schalkms <[email protected]>
Simplify regular expressions (#4893)

* Simplify regular expressions

* Inline class declaration

Co-authored-by: Brais Gabín <bra...

github.com/detekt/detekt - 5c41ebb2b65f839ccbc00274895e8bc6eed30de5 authored over 2 years ago by schalkms <[email protected]>
Remove redundant character escape in RegExp (#4892)

github.com/detekt/detekt - 8b365028ec6059e0992d5c62f14eb07e3100fc3b authored over 2 years ago by schalkms <[email protected]>
Active rules by default (#4875)

github.com/detekt/detekt - 6d2933dc42cda250620a1105cb65470433077881 authored over 2 years ago by Brais Gabín <[email protected]>
Remove deprecated usages in gradle-plugin test (#4889)

github.com/detekt/detekt - 8fbcf20591989dd75a6dadbe0bb238763617d635 authored over 2 years ago by schalkms <[email protected]>
Allow users and rule authors to specify a reason per configured value (#4611)

* implement first idea on values with reasons

* have ExplainedValues implement List by delega...

github.com/detekt/detekt - 16b66586bc8cab055b330a4a316a271afce1e221 authored over 2 years ago by marschwar <[email protected]>
Improve exception message (#4823)

* Improve exception message

Report detailed location of an error.

* Add test case

* Spl...

github.com/detekt/detekt - fe03b6dd2651520c73c33a0dfffcd96849734cb2 authored over 2 years ago by Vitaly V. Pinchuk <[email protected]>
UselessCallOnNotNull: fix false positive for unresolved types (#4880)

Fix an issue where UselessCallOnNotNull would report issues when some of the argument types reso...

github.com/detekt/detekt - db0b4b5b06420e3e42d452022d1dfa41d69a5d2b authored over 2 years ago by Dominic Zirbel <[email protected]>
UnnecessaryInnerClass: fix false negative with `this` references (#4884)

github.com/detekt/detekt - 05cd79612f00a52ec14f012c08d9531042ae1e95 authored over 2 years ago by Toshiaki Kameyama <[email protected]>
Revert "Display dynamic --jvm-target values when using --help flag (#4694)" (#4816)

github.com/detekt/detekt - 80bae4bdc522f567453cb476f60bce794681c7a4 authored over 2 years ago by Matthew Haughton <[email protected]>
Add new rule CouldBeSequence (#4855)

* Add new rule CouldBeSequence

* Add test case for CouldBeSequence

* Fix inconsistency in ...

github.com/detekt/detekt - a949686e71eb2a8bd83e08d45ab782ab97b6b648 authored over 2 years ago by Marie Katrine Ekeberg <[email protected]>
Rename to auto-correct to reflect the autoCorrect feature of detekt (#171)

github.com/detekt/detekt-intellij-plugin - bc1c5e85c987eccd10c631d3cc6134a22fcae4a2 authored over 2 years ago by Artur Bosch <[email protected]>
Update MagicNumber rule to exclude .kts files (#4877)

* Update MagicNumber rule to exclude .kts files

The MagicNumber rule should not be enforced i...

github.com/detekt/detekt - f66a3217b9f15a055fc82d3cb4daa19d08f60db8 authored over 2 years ago by schalkms <[email protected]>
Update docusaurus monorepo to v2.0.0-beta.21 (#4869)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - b2ef7a6345d969be3d1be7ec480ed3563d2b60e6 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Implement format with detekt intention (#167)

github.com/detekt/detekt-intellij-plugin - aa5cd86567e47d709d7ae4a90ff9d09186c53c67 authored over 2 years ago by Artur Bosch <[email protected]>
CanBeNonNullable: fix false positives for parameterized types (#4870)

CanBeNonNullable reports that properties of parameterized types can be marked as non-nullable ev...

github.com/detekt/detekt - d958fbf5f55294241a82152076e4482e35969f7b authored over 2 years ago by Dominic Zirbel <[email protected]>
Add NullableBooleanCheck rule (#4872)

Add a new rule which enforces the recommendation of the Kotlin coding conventions to prefer `==`...

github.com/detekt/detekt - 233b4a686c95fad9dd249c453eeee7a4fc9be828 authored over 2 years ago by Dominic Zirbel <[email protected]>
Use ConTester to prove that the synchronized block is required (#4672)

Relates to PR https://github.com/detekt/detekt/pull/4631

github.com/detekt/detekt - a8cde4fb358c08f2dfe9352be6c62f91626c7411 authored over 2 years ago by davidburstrom <[email protected]>
UnnecessaryInnerClass: fix false positives labeled expression to outer class (#4865)

* UnnecessaryInnerClass: fix false positives labeled expression to outer class

Fix an issue w...

github.com/detekt/detekt - 2f5b8f593361615dda1f0acb460afdd014ab460d authored over 2 years ago by Dominic Zirbel <[email protected]>
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.2 (#4868)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - da653c8fbc0c30123d060b7dcafdc05498655773 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Remove reference to contributor list (#4871)

It appears that the contributor list in the readme has been replaced by an autogenerated image o...

github.com/detekt/detekt - c54453dc8af9a9d557b661e6643f5adb46d6a2ed authored over 2 years ago by Dominic Zirbel <[email protected]>
Fix spelling in changelog

github.com/detekt/detekt-intellij-plugin - 0a91bc90e38d112a7887c9b31e446d0255b1c087 authored over 2 years ago by Artur Bosch <[email protected]>
Allow to enable detekt through the action menu via a toggle action (#166)

github.com/detekt/detekt-intellij-plugin - c9a942c6e685fab2b897a845e0fff7a419e474ac authored over 2 years ago by Artur Bosch <[email protected]>
Include slf4j-nop as runtimeOnly dependency for KtLint (#164)

github.com/detekt/detekt-intellij-plugin - 320344f96089fb56e6fa050be81db19c1df73e69 authored over 2 years ago by Artur Bosch <[email protected]>
Implement error reporting (#162)

* Implement github error reporting

* Update IntelliJ platform Gradle plugin

github.com/detekt/detekt-intellij-plugin - f22741f7a9a442172ba2040f8b92155072c731f7 authored over 2 years ago by Artur Bosch <[email protected]>
UnnecessaryInnerClass: add test for safe qualified expressions (#4864)

Add a unit test for a bug in which safe qualified references to a nullable field
in the parent ...

github.com/detekt/detekt - 2e2d4711c26fbadd4d65cb7a64cff19b9542d4f6 authored over 2 years ago by Dominic Zirbel <[email protected]>
Update dependency com.android.tools.build:gradle to v7.2.1 (#4861)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - fcd9c48159685fc049da6e6d2b3a77db3aea00bd authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chore: renovate bot setting to pin actions to a full length commit SHA (#4846)

- https://docs.renovatebot.com/modules/manager/github-actions/#additional-information

- Pinne...

github.com/detekt/detekt - 6e74b5465bf78bc1502dd278164babf309f440cb authored over 2 years ago by Naveen <[email protected]>
Modernize detekt-compiler-plugin (#53)

github.com/detekt/detekt-compiler-plugin - f2dad679d09e40bb4ff4e4a6a3d1f5c227493940 authored over 2 years ago by Chao Zhang <[email protected]>
Report KDoc comments that refer to non-public properties of a class (#4768)

* Report KDoc comments that refer to encapsulated properties of a class

New rule to address t...

github.com/detekt/detekt - 4dd9ac4bf5cdf8454287fa0978b65c450ab5d387 authored over 2 years ago by Vitaly V. Pinchuk <[email protected]>
detektGenerateConfig adds the configuration of plugins (#4844)

github.com/detekt/detekt - a066c7fe18dacc37b24560fe5aefe6f158c7e5ff authored over 2 years ago by Brais Gabín <[email protected]>
Fix a confusing Regex in the Compose webpage (#4852)

github.com/detekt/detekt - 486c894a9ed407c6985e6d67b595c3916cb9b3fb authored over 2 years ago by Nicola Corti <[email protected]>
Search in all versions.properties, not just the first one #4830 (#4831)

* Fix multiple versions.properties files #4830

* Improve build error when multiple Detekt versi...

github.com/detekt/detekt - ee2e9a07b27fe974ea585016221a0403a7b89eb0 authored over 2 years ago by Tim Oltjenbruns <[email protected]>
ExplicitCollectionElementAccessMethod: fix false positive for get operators with type parameters (#4803)

github.com/detekt/detekt - 5f491f1da607931f35e8d48cc6f91c7ebda63b6e authored over 2 years ago by Toshiaki Kameyama <[email protected]>
Fix edit URLs for the website (#4850)

* Fix edit URLs for the website

Fixes #4845

* Update blog URL

github.com/detekt/detekt - fe275049e4252d8252e3afaa4e56efe2ad6b090e authored over 2 years ago by Nicola Corti <[email protected]>
Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.7 (#4849)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - 1997ea3937648734f6212c3686a1a2daea59a1e6 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update plugin com.gradle.enterprise to v3.10.1 (#4848)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - 8d9c35766f6695aebabc1af31124b86da4bd9659 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update plugin binaryCompatibilityValidator to v0.10.0 (#4837)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - 4a67dcc734bc52af792211847266448ee77144e0 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Use standard plugin notation to apply Gradle Enterprise Gradle Plugin (#4847)

github.com/detekt/detekt - bda87a297657bbb5e6d643cdce5fab61afc6000f authored over 2 years ago by Matthew Haughton <[email protected]>
Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.6.6 (#4842)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - 91301066093d1b704995ce8850d1ce5eafa305b7 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency prism-react-renderer to v1.3.3 (#4833)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - 7cb5d9603bf4bf1f263dc393764178ef8d1df8cf authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add missing image (#4834)

github.com/detekt/detekt - cb5f5c85a44a550fcae28ed12b412a2b7e996d6f authored over 2 years ago by Enrique López Mañas <[email protected]>
Update dependency io.mockk:mockk to v1.12.4 (#4829)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - 0a5b8434c8a3ce9096972e5cd02836b7454df816 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update CONTRIBUTING regarding the website (#4794)

github.com/detekt/detekt - 45c3f6cc3087b1f59f28397f93ae2f9acd170a74 authored over 2 years ago by Brais Gabín <[email protected]>
Report as warnings the Strings that should be an array (#4793)

* Report as warnings the Strings that should be an array

* Update detekt-core/src/main/kotlin...

github.com/detekt/detekt - 045928be02c18093c83cc16868176a9df8d0df69 authored over 2 years ago by Brais Gabín <[email protected]>
Improve issue description and smell message of DestructuringDeclarationWithTooManyEntries (#4795)

github.com/detekt/detekt - 5af71841d788496ff1b7d3cc06ed2848f6582fac authored over 2 years ago by Brais Gabín <[email protected]>
Update dependency com.android.tools.build:gradle to v7.2.0 (#4824)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - a51adb8df5423c213307af402203f27dc37e5e17 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix ValShouldBeVar false positive inside unknown type (#4820)

* Fix ValShouldBeVar false positive inside unknown type

* Added testcase for VarShouldBeVar p...

github.com/detekt/detekt - b1e223239b37b0d626063b40efbfd8f6ec8dcc36 authored over 2 years ago by Marie Katrine Ekeberg <[email protected]>
False positive for unused imports #4815 (#4818)

* Handle all kdoc sections in UnusedImports, not just the first one

* Fix NoNameShadowing and...

github.com/detekt/detekt - 463fbf19a50689a5534a01ecfe0bf4288813376c authored over 2 years ago by Marie Katrine Ekeberg <[email protected]>
Improve issue description and smell message of NamedArguments (#4796)

github.com/detekt/detekt - 5fcc0e89023a3136615bc6a115e5dd13530becd6 authored over 2 years ago by Brais Gabín <[email protected]>
Add a recent conference talk link (#4819)

add link to droidcon London 2021 talk about detekt under "As mentioned in..."

github.com/detekt/detekt - faa985dfcf8191cfbd0da6cecc19e34181742570 authored over 2 years ago by zohaib <[email protected]>
Update docusaurus monorepo to v2.0.0-beta.20 (#4814)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - d0d34c1dc3510ab41eca6384547c84f4b22953c2 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update docusaurus monorepo to v2.0.0-beta.19 (#4809)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - b8dc85edba677eac00b7502f0996e2598f9bd0f7 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
UseOrEmpty: fix false positive for indexing operator calls with type parameters (#4804)

* UseOrEmpty: fix false positive for indexing operator calls with type parameters

* Fix test

github.com/detekt/detekt - da0c92417c1895ac74d32bedd522e00790b5545e authored over 2 years ago by Toshiaki Kameyama <[email protected]>
UnnecessaryAbstractClass: report only the class name (#4808)

github.com/detekt/detekt - 61cfc24cd6612527bb6a98ace6c3cbf82de62619 authored over 2 years ago by Toshiaki Kameyama <[email protected]>
Fix wrong replacement suggestion for UnnecessaryFilter (#4807)

github.com/detekt/detekt - 30af7dc16e616e05b29736c4900e68730f7d57ba authored over 2 years ago by Marie Katrine Ekeberg <[email protected]>
Add tests for #4786 (#4801)

* Add CLI tests to ensure jvm-target and language-version flags are properly mapped

* Make erro...

github.com/detekt/detekt - ca29f288dcb973d61afdd75084e0d40a9d309816 authored over 2 years ago by Matthew Haughton <[email protected]>
Upgrade to GE enterprise 3.10 (#4802)

* Upgrade to GE enterprise 3.10

* Add some comment to ge versions

github.com/detekt/detekt - 84ac72e165043d3f10824a4e6b14b0f60017eebd authored over 2 years ago by Chao Zhang <[email protected]>
Add documentation link for rules in html report (#4799)

* Add documentation link for rules in html report

* Extract detekt base URL from documentatio...

github.com/detekt/detekt - 597f7cfef180fd8a95770a055023c68e83ae9273 authored over 2 years ago by Marie Katrine Ekeberg <[email protected]>
Merge pull request #1 from krarjun90/main

introduce dependency check and update kotlin dependency

github.com/detekt/sarif4k - c3240be75f463fa697e9a883cb27f0558d93531e authored over 2 years ago by Chao Zhang <[email protected]>
Apply suggestions from code review

github.com/detekt/sarif4k - 2f5bc23eba098a8debebda2318fa57f35a8098d0 authored over 2 years ago by Chao Zhang <[email protected]>
Setup Algolia search bar on website (#4789)

Co-authored-by: Brais Gabín <[email protected]>

github.com/detekt/detekt - 16bbc16da0b9438d6f4fcf7a861cac9875817be7 authored over 2 years ago by Nicola Corti <[email protected]>
add dependency check in workflow

github.com/detekt/sarif4k - e9bd018d20db2ed719d1d7481c5069722d954785 authored over 2 years ago by arjun.raveendra <[email protected]>
update kotlin dependency to 1.6.20

github.com/detekt/sarif4k - bb1c8204aed9b176cd4f7143db8ec08fdde5e0fa authored over 2 years ago by arjun.raveendra <[email protected]>
add owasp dependency check

github.com/detekt/sarif4k - 1de18c701305593999b40f25970694809888b7b0 authored over 2 years ago by arjun.raveendra <[email protected]>
Fix broken snapshot publishing (#4783)

github.com/detekt/detekt - 22bc63dabbdb5ccba337ee918bf5d0deeceb7ee1 authored over 2 years ago by Nicola Corti <[email protected]>
Update react monorepo to v18.1.0 (#4785)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - ce10b73a5cc1f84079b5077ec00247e2736c5f69 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Add dependency on slf4j-nop to silence warning (#4775)

github.com/detekt/detekt - 36847b162d79370dc97b72afe8e0396dbcd5fb85 authored over 2 years ago by Nicola Corti <[email protected]>
Fix broken cli-options import (#4782)

* Fix broken cli-options import

* Fix broken link

github.com/detekt/detekt - 5827305e62d0a225adaf804cf0ed5d7f745336ed authored over 2 years ago by Nicola Corti <[email protected]>
Self-inspect the detekt-gradle-plugin (#4765)

github.com/detekt/detekt - 883a89ea79b71dce1c5cd95b510834982d165ca1 authored over 2 years ago by Nicola Corti <[email protected]>
Partially drop redundant usage of "dry run" in Gradle plugin tests (#4776)

* Add task dependency helpers

* Use ProjectBuilder instead of dryRun for DetektPlainSpec

*...

github.com/detekt/detekt - 3e062dfb6f83e625e9ed2664d31fc75ceb69f568 authored over 2 years ago by Matthew Haughton <[email protected]>
Cleanup Gradle Plugin Publications (#4752)

github.com/detekt/detekt - dac5401949750fcb16fd6d6987e865088d2c1ca5 authored over 2 years ago by Nicola Corti <[email protected]>
Add missing compose.html redirect (#4779)

github.com/detekt/detekt - cc2f9a615d27af4b08d62c4e8b2b120ae34c2626 authored over 2 years ago by Nicola Corti <[email protected]>
Remove pending Gradle version milestones from comments (#4777)

Gradle milestone scope changes over time, and these issues are no longer
planned for 7.5. Remov...

github.com/detekt/detekt - b05d316ee45b357630edc5c20c6e4311b0c1c1bf authored over 2 years ago by Matthew Haughton <[email protected]>
Android Gradle: add javac intermediates to classpath (#4723)

* add javac intermediates to classpath

* use javac intermediates directly

* use java compi...

github.com/detekt/detekt - d74149f5bf1900fc86776042eb51b92de4c078dc authored over 2 years ago by Stieglitz <[email protected]>
Add more tests for Annotation Suppressor (#4774)

* Add more tests for Annotation Suppressor

* Update detekt-core/src/test/kotlin/io/gitlab/art...

github.com/detekt/detekt - 6462745d87bcccbed4d0333c1272e5fb352ed4b9 authored over 2 years ago by Brais Gabín <[email protected]>
Ignore the commit removing unnecessary nested (#4773)

github.com/detekt/detekt - ebe7b79d86b158f02ec74f0b1e0f5802ead56b84 authored over 2 years ago by Brais Gabín <[email protected]>
Remove Unnecesary @Nested (#4740)

github.com/detekt/detekt - a2734b18c133020520183292c9d2ff0593040a1c authored over 2 years ago by Brais Gabín <[email protected]>
Silence Vercel commits/PR comments (#4772)

github.com/detekt/detekt - 7880f4f237a0cfdb3a8bb2a86d520b29cf659c6c authored over 2 years ago by Nicola Corti <[email protected]>
Add UnnecessaryBackticks rule (#4764)

github.com/detekt/detekt - f44947c5c6f246d116e00c7f43861984f8903d32 authored over 2 years ago by Toshiaki Kameyama <[email protected]>
Update plugin dokka to v1.6.21 (#4770)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - 3c9010ca391fea26fb9dc4c4fccf01bbed2d6172 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: add test case that fails if environment is not properly set up (#4769)

* fix: add test case that fails if environment is not properly set up

* add reasoning for add...

github.com/detekt/detekt - 1d6beb998e0b8b4910afa578cada4835d384833a authored over 2 years ago by marschwar <[email protected]>
Update github/codeql-action action to v2 (#4766)

Co-authored-by: Renovate Bot <[email protected]>

github.com/detekt/detekt - f5ceac78b124110abe5ebeedb0c98128af92d1ca authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Pass args to DetektInvoker as List<String> (#4762)

This makes it simpler to test which args are passed to detekt.

github.com/detekt/detekt - 950554c173cbe09c201107194ca7c2a6f2766549 authored over 2 years ago by Matthew Haughton <[email protected]>