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
github.com/detekt/sonar-detekt - 5472d3b6b046ed575d5e4a87d8d3637207dadf38 authored over 1 year ago by Artur Bosch <[email protected]>
It is error-prone to extend RuleKey with it's hashcode, equals, contains contracts.
Just wrap it...
github.com/detekt/sonar-detekt - 8c7b8c451953326ad6880bc444aafb8b6dcf4520 authored over 1 year ago by Artur Bosch <[email protected]>
github.com/detekt/detekt-intellij-plugin - 097d8c27c69642922def3c6fdb372a421f9be9b0 authored over 1 year ago by Artur Bosch <[email protected]>
github.com/detekt/detekt-intellij-plugin - 811929d912905c520f363ffa818f24acfe523bec authored over 1 year ago by Artur Bosch <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - d1933ab4b09bd367aaa8c068a587c2b192976633 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>https://docs.gradle.org/8.2.1/userguide/build_environment.html#ex-reading-environment-variables-...
github.com/detekt/detekt - 3467acce9afde804ea18f9269c7f165b605701c8 authored over 1 year ago by Goooler <[email protected]>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - dd34dcae806e47e7b0b1e7c99e922b24923b797a authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 257de1fffecddf5a9598d98a2af1710d8ba93ff2 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github.com/detekt/detekt-intellij-plugin - 4566a7a919d8146e9fc058dea8cc227772c27acc authored over 1 year ago by Artur Bosch <[email protected]>
* Fix Gradle 8.3 deprecation of buildDir to layout.buildDirectory
* Migrate from using hardcode...
github.com/detekt/detekt - 3ed98f17c8e7ff057da50dfc23ba9802b21addaf authored over 1 year ago by Róbert Papp <[email protected]>* Add `excludeStringsWithLessThanThreshold` and deprecate `excludeStringsWithLessThan5Characters...
github.com/detekt/detekt - e2544b2a89598edc66e743c4fc8173225c2b9a35 authored over 1 year ago by Atul Gupta <[email protected]>github.com/detekt/detekt-intellij-plugin - 0294c3bbe0a442a97cf0e8c16dc8b7cd3153f97f authored over 1 year ago by Artur Bosch <[email protected]>
github.com/detekt/detekt - 484f1ebb6325fa520165dd114907138930b01796 authored over 1 year ago by Atul Gupta <[email protected]>
* Replaced "threshold" property of ComplexCondition rule by "allowedComplexity" (#3679)
The r...
github.com/detekt/detekt - 0a60e5e90a175ae8a878aba7826032da83d81e90 authored over 1 year ago by Matthias Schenk <[email protected]>* NullableToStringCall: fix false negative in lambda
* Add a test for #6378
github.com/detekt/detekt - 2717a67791107dbed86b9d5acd807c2bb5df1377 authored over 1 year ago by Toshiaki Kameyama <[email protected]>* Mark SpreadOperator rule to require type resolution.
* fix formatting
github.com/detekt/detekt - 868f8e88121c2f1bd0d7cfcb60ec08a4d8e02ec5 authored over 1 year ago by marschwar <[email protected]>* Detect param which private property documented as property
* Use not of private instead of pu...
github.com/detekt/detekt - a5907b724c9f0bae13c27584d2920a9c9dc1fc8d authored over 1 year ago by Atul Gupta <[email protected]>github.com/detekt/detekt - d84314f0c4a87ead8527c94345a29c32244dbee8 authored over 1 year ago by Atul Gupta <[email protected]>
github.com/detekt/detekt - 711d6e3003c2dfa31e485d1ac24916dd06632efe authored over 1 year ago by marschwar <[email protected]>
github.com/detekt/detekt - 81a57bf81fff785340598dc35960501fbad5d346 authored over 1 year ago by marschwar <[email protected]>
* Check format extension function in ImplicitDefaultLocale
* Fix new reported issues when runni...
github.com/detekt/detekt - 8e9f6a906ff3748499cd5f34e7e2c2921da3ab75 authored over 1 year ago by Atul Gupta <[email protected]>github.com/detekt/detekt-intellij-plugin - 5b9fe23677b7bbeec271e3d211266078fea7ed0a authored over 1 year ago by Artur Bosch <[email protected]>
github.com/detekt/detekt-intellij-plugin - 7f1bbb08d2c45864142d3f6fe3a548afb44e83a7 authored over 1 year ago by Artur Bosch <[email protected]>
* Skip entire subtree
* fix subtree detection
* log file name the same way in all places
...
* Improve tests
* Don't depend on GeneratorArgs
* Move parseAll down
* Constructs gener...
github.com/detekt/detekt - ffc315a9dd706b6eeca46f991dc56aafdfd475db authored over 1 year ago by Brais Gabín <[email protected]>* Suggest `..<` instead of `until`
* Remove old rule from detekt.yml
github.com/detekt/detekt - 031a14954eff1a99e9e245ea31fc76845f18bef1 authored over 1 year ago by Atul Gupta <[email protected]>* Create task generateCliUsage
* Split generateWebsite in smaller tasks
* Move cliUsage in...
github.com/detekt/detekt - e7051518f472154d6586f5426006deb126618b27 authored over 1 year ago by Brais Gabín <[email protected]>* Add CharArrayToStringCall rule
* Update detekt-rules-errorprone/src/main/kotlin/io/gitlab/art...
github.com/detekt/detekt - d290cc84a8c3d2bae210f72781fc1aa0a180eb66 authored over 1 year ago by Toshiaki Kameyama <[email protected]>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - d514eb5be26a204a2492e1ca0ef7777ccf48718d authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: Arturo Guillen <[email protected]>
github.com/detekt/sonar-detekt - 8382be1a0a186ade4e19dbb909546ac36b95b948 authored over 1 year ago by Arturo Guillen <[email protected]>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - f49553afa1001c4617c55e4d1131cb5c5d63891d authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* Use TaskProvider instead of task name
* Remove redundant apply
github.com/detekt/detekt - e629653a1f8daad29f93f8b0b85494842b610541 authored over 1 year ago by Brais Gabín <[email protected]>github.com/detekt/detekt - cb773854cd0f06629a2b055fb67e0b5796d58a61 authored over 1 year ago by marschwar <[email protected]>
github.com/detekt/detekt - 02c152fb18669c72f99e136c8eedba9d6a20b9cf authored over 1 year ago by marschwar <[email protected]>
github.com/detekt/detekt - 1d4bbb8bbd29e07ed4516e664ab5a2cb9bef7f26 authored over 1 year ago by marschwar <[email protected]>
github.com/detekt/detekt - 62a9d2c71feba194cb3fcb2e635c983a77001166 authored over 1 year ago by marschwar <[email protected]>
* Mark `UseRequire` rule to require type resolution.
* fix invalid code snippets
* Fix formatt...
github.com/detekt/detekt - 82c9b17c84ed73d8660ccd954479b524da28ed41 authored over 1 year ago by marschwar <[email protected]>* Mark `UnusedPrivateMember` rule to require type resolution.
* fix annotation
* fix invalid c...
github.com/detekt/detekt - 30e901e33efc70be3a214c743d38d28b89fa1d28 authored over 1 year ago by marschwar <[email protected]>github.com/detekt/detekt - 3c90f2e7eb3481f18f86b626590e49f02f0ed544 authored over 1 year ago by Atul Gupta <[email protected]>
* Require basePath when setting up environment
This is a prerequisite for fixing #3728
* Apply...
github.com/detekt/detekt - 67cd93102ef1ad76785cc1ef8dc59e218a69c167 authored over 1 year ago by Matthew Haughton <[email protected]>github.com/detekt/detekt - e8a784115d7fb95ed34b5a11fe3577dfdbdbdb2a authored over 1 year ago by marschwar <[email protected]>
github.com/detekt/detekt - 0c11632dcf514f288926db3270722cf9fa10b401 authored over 1 year ago by marschwar <[email protected]>
github.com/detekt/detekt - 1a9d5abc3df7d4545634daf989c4689210780d72 authored over 1 year ago by marschwar <[email protected]>
github.com/detekt/detekt - 935e7ca6d0c831c8fa56dbccd47737c46540cdd5 authored over 1 year ago by marschwar <[email protected]>
github.com/detekt/detekt - 128b72642518274e73f6df4b6dc9e3d0245fef28 authored over 1 year ago by Artem Zanin <[email protected]>
github.com/detekt/detekt - 5a704868cb53d02e28add700d69175f2d907b1b0 authored over 1 year ago by Harold Martin <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 47c742b66a245cd51fc42e7dde267a0b524215b7 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Bumps [io.gitlab.arturbosch.detekt:detekt-api](https://github.com/detekt/detekt) from 1.23.0 to ...
github.com/detekt/detekt-custom-rule-template - 1066ffd07e0d41d3d9e54f059c9a790efebdff4c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Bumps [io.gitlab.arturbosch.detekt:detekt-test](https://github.com/detekt/detekt) from 1.23.0 to...
github.com/detekt/detekt-custom-rule-template - 4808bd76b2c7e667b5ff010e028c1fc5bfeee591 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>github.com/detekt/detekt - 432121310b409f45eab04bd91096dac830b728ba authored over 1 year ago by Róbert Papp <[email protected]>
* Update docs for 1.23.1
* Fix documentation for formatting
github.com/detekt/detekt - e881dcb8e4b86b5fbcf014646a36552a741868a1 authored over 1 year ago by Nicola Corti <[email protected]>github.com/detekt/detekt - 59bc19f15f92e4c298d50b0946ee4c5e173e0abd authored over 1 year ago by Matthew Haughton <[email protected]>
github.com/detekt/detekt - a9031183061600d700a8b55fec92bc9998ee87a6 authored over 1 year ago by schalkms <[email protected]>
github.com/detekt/detekt - 3f71c755bf28c3ad6d80db0d20b15c7048c0a074 authored over 1 year ago by Nicola Corti <[email protected]>
github.com/detekt/detekt - 6c8d490139db8e5d7f9c9513172c05374c91d37a authored over 1 year ago by Mariia Demianova <[email protected]>
Co-authored-by: Chao Zhang <[email protected]>
github.com/detekt/detekt - a135984dd84a84aefa086878d274d9447efe56b0 authored over 1 year ago by schalkms <[email protected]>github.com/detekt/detekt - 764dc2fd89907b7dcef706c5ed6bf4d67db0038c authored over 1 year ago by schalkms <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - e327721cac81b974756dde178f5ba71e692f1cb0 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - c633dbfbcdaa00fd78a0f465510faf348925f533 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 41de28530cbe8922af1ba75e73b3c1c5ea311233 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This is not called by detekt at any point, so should be removed from the
API.
* Use UserDataProperty to simplify storing metadata with files
* Store base & relative paths ...
github.com/detekt/detekt - 66a2ebecfc3ff2bd74edeb9ac21107a661c5f8b1 authored over 1 year ago by Matthew Haughton <[email protected]>Missed in #6242
github.com/detekt/detekt - 801b30bd9d4723bfcf9ed18dffec1cd7be4a6157 authored over 1 year ago by Matthew Haughton <[email protected]>github.com/detekt/detekt - 5cff16801d3032087974482afc90bd11bc76f03f authored over 1 year ago by Matthew Haughton <[email protected]>
github.com/detekt/detekt - 25aff3d20cb75a52f2e5093ab94ed2a31c731e7b authored over 1 year ago by Matthew Haughton <[email protected]>
* Store KtFile's absolute path as user data
This respects the contract of PsiFiles which stor...
github.com/detekt/detekt - d1b3e53124331a2a75807b199adaeec9e66b24e3 authored over 1 year ago by Matthew Haughton <[email protected]>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - bfd11914986d0ffdcb020bb877931b5771e15605 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 5ccb1de9691127eb3e961fbc04dbf30bd493b24f authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 3ec57eb77812c816c9262dd25b3b70fc7fd9fcd9 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github.com/detekt/detekt-custom-rule-template - aa84ceed287112bf9f7ed2e71b30b2f9c760f13b authored over 1 year ago by Brais Gabín <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 78dcd00af4b2f2386413e5ab89e7d2eabfaee674 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 8794f8df81fba4fcdc34f7445eb1c944babe6151 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 2da0d5f97c555c9e42e067b709398fc8d4814826 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* Update com.android.tools.build
* Update gradle/libs.versions.toml
---------
Co-authored-by:...
github.com/detekt/detekt - fd4cbc551294f9657454982347eecdca0b1a0d38 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* adapt ktlint links in versioned docs of 1.23
* Update website/versioned_docs/version-1.23.0...
github.com/detekt/detekt - 7056525c71a301cd5bf9dfe944bd7c870721a1a7 authored over 1 year ago by marschwar <[email protected]>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/sarif4k - d6b9cfad51c3f0534dbd91006d90d210937a8f29 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.9.3 to 5.10...
github.com/detekt/detekt-custom-rule-template - 00846ae1e9e9b4353e774f1e6bb66ae7ace92c67 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 1a2942f1882f8ebbe729c4245f9cd2afa2645267 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.0.
- [Release notes](https:/...
github.com/detekt/detekt - d4b751217282b1c9ccedddb9fb2758e7c4ef4bc7 authored over 1 year ago by Róbert Papp <[email protected]>
* Update docs with SDKMAN! instructions
* Make formatting consistent
* Revert scoop changes
github.com/detekt/detekt - 40a049e6e230dff2f2f79f0863c51af8fdee1d4e authored over 1 year ago by Mariia Demianova <[email protected]>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - a5f4ca8448f25188488cf78e7e2324f99a4bd198 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 15f14831cb3d4a4b33e7840deafcca460e9d93f5 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 13cebed351c5b10322ed6b8013f7a497e1f7d96e authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>github.com/detekt/detekt - b3915a4de6a545d7d2b42e817ef8d93a5017aa95 authored over 1 year ago by Nicola Corti <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 84b3041b4bafa0df78fa152a723332acb6c45cdb authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* Rename `EmptyKtFile` to `EmptyKotlinFile`
* Rename EmptyKtFile to EmptyKotlinFile in `defau...
github.com/detekt/detekt - 62083e443d10861c8ab45b6bce6b97b917b24735 authored over 1 year ago by Segun Famisa <[email protected]>* Replaced "threshold" property of StringLiteralDuplication rule by "allowedDuplications" (#3679...
github.com/detekt/detekt - 463175773515dc7e32a4acd70bc9ac72c28cbf68 authored over 1 year ago by Matthias Schenk <[email protected]>* Dynamically set the ktlint version in rule docs
* fix indentation in build.gradle.kts
* ...
github.com/detekt/detekt - 6d3861bdb2a6e0b684fb7c0670ac99783d1312e0 authored over 1 year ago by marschwar <[email protected]>github.com/detekt/detekt - 0aa6402cfc3ed83c4b93b15d0f97d6bb41125713 authored over 1 year ago by Nicola Corti <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - da7f4fa527b5e89b146fad2186376be68711135b authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>* Add BinaryExpressionWrapping rule
* Add BlankLineBeforeDeclaration rule
* Add NoEmptyFil...
github.com/detekt/detekt - 7696ea2b672a55d5be582f692650aeed43b5b20b authored over 1 year ago by Matthew Haughton <[email protected]>* Remove deprecated elements from Gradle plugin
* Update tests
github.com/detekt/detekt - faab009bd18e73b10aca750f1ff76ba9af70ba7e authored over 1 year ago by Matthew Haughton <[email protected]>* Ensure paths are not used in tests where plain filenames are required
* Update tests to use r...
github.com/detekt/detekt - 086ed4a32ef0145c8ad5ecac34772e3e2bf8a2dd authored over 1 year ago by Matthew Haughton <[email protected]>github.com/detekt/detekt - 6e36a9b64d49ba0cd3a8a8a32a38a773f1de21ae authored over 1 year ago by Robert Ma <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - e7d2276a38a2f35c780601aa520eb55fff8aa768 authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This seems to be required to include detekt project in a composite
build without errors.
`in...
github.com/detekt/detekt - c9d120ace5b8f54b24758b731475e48478906841 authored over 1 year ago by Matthew Haughton <[email protected]>github.com/detekt/detekt - 60c73fbd612543e0a3af3041058cab2a6ac55f97 authored over 1 year ago by Goooler <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/detekt/detekt - 7e8c57ff61d9e92e10e8b7e87b08c009752901aa authored over 1 year ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>