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 actions/setup-java action to v3 (#4595)

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

github.com/detekt/detekt - 05d84e69ea25af93039f788b24e8c3756d34eb6a authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update dependency com.android.tools.build:gradle to v7.1.2 (#4594)

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

github.com/detekt/detekt - 7cce3816dd97872ff7eecba382a65462bf736934 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
AnnotationSuppressor now resolves Full Qualified Annotation Names without type solving (#4570)

* Simplify AnnotationExcluderSpec

* Improve tests

* Improve tests

* Fix FullQualifiedNameGues...

github.com/detekt/detekt - dd80d61348f6e41280e09dee02acacb9cee456be authored almost 3 years ago by Brais Gabín <[email protected]>
Housekeep Gradle scripts (#4589)

* Housekeep Gradle scripts

* Revert changes in settings.gradle

github.com/detekt/detekt - 6c3c28df3af8e9d8889af9f7ad39506e03af7f69 authored almost 3 years ago by Chao Zhang <[email protected]>
Better error classification in Gradle Enterprise. (#4586)

* Better error classification in Gradle Enterprise.

Use `Lint failed` instead of `Build faile...

github.com/detekt/detekt - cf4b7bd09144f4dee71ccb042715bdfd740aa59d authored almost 3 years ago by Nelson Osacky <[email protected]>
Create SECURITY.md (#4538)

* Create SECURITY.md

* Complete initial version of SECURITY.md

* Fix PR link

* Narrate ...

github.com/detekt/detekt - f15ce50d5e87ea43b1b940e2f2e0ed70fe3072fb authored almost 3 years ago by Jamie Slome <[email protected]>
Refactor config printer to improve testability (#4580)

Co-authored-by: Markus Schwarz <[email protected]>

github.com/detekt/detekt - 2aad546d74bb8da669bddee48752209e3ec7ebfc authored almost 3 years ago by marschwar <[email protected]>
Avoid usage of java stream for parameterized tests (#4579)

github.com/detekt/detekt - b6731edbd0e16db1866f27cec81ccbc0e96fa4f7 authored almost 3 years ago by marschwar <[email protected]>
Split rule documentation printer to improve testability (#4578)

* split rule documentation printer to improve testability

* add tests for missed code paths
...

github.com/detekt/detekt - d50224e1b03d84238f5688d118eca7b99a23f6c5 authored almost 3 years ago by marschwar <[email protected]>
Migrate detekt-rules-naming tests to JUnit (#4574)

github.com/detekt/detekt - e0e4ae2986cb6c47f6418c8a7e508973feb13a9b authored almost 3 years ago by Matthew Haughton <[email protected]>
Migrate detekt-gradle-plugin tests to JUnit (#4529)

* Migrate detekt-gradle-plugin functional tests to JUnit

* Migrate detekt-gradle-plugin tests t...

github.com/detekt/detekt - 00a472812b11ee3b7179041ff0cd31ceabfb06e3 authored almost 3 years ago by Matthew Haughton <[email protected]>
Enable Gradle's configuration cache by default (#4576)

* Flag tasks known to be incompatible with Gradle's configuration cache

* Enable Gradle's confi...

github.com/detekt/detekt - 7d87c80e243b240baa0576e8fd0baea13f8031fa authored almost 3 years ago by Matthew Haughton <[email protected]>
Migrate detekt-rules-exceptions tests to JUnit (#4572)

* Migrate detekt-rules-exceptions tests to JUnit

* Improve nested test descriptions

github.com/detekt/detekt - 1b72d0082d3e92d4db7417ebcd239179bcf5728c authored almost 3 years ago by Matthew Haughton <[email protected]>
Make VERSION_CATALOGS stable (#4577)

github.com/detekt/detekt - 6734a9f852be87f1775d92aa42b137f819ff2a89 authored almost 3 years ago by Goooler <[email protected]>
Update dependency gradle to v7.4 (#4573)

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

github.com/detekt/detekt - 1cc61fce35316b4dc6e3ed96d0798095673fee45 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Migrate detekt-rules-performance tests to JUnit (#4569)

github.com/detekt/detekt - 7126e4ba3e1b40f55fad9b17af477f78fea67add authored almost 3 years ago by Matthew Haughton <[email protected]>
Migrate detekt-rules-complexity tests to JUnit (#4566)

github.com/detekt/detekt - 780849fc09a441f3e14cee4ef2ac7b9ed4984205 authored almost 3 years ago by Matthew Haughton <[email protected]>
Remove redundant shadowed val (#4571)

github.com/detekt/detekt - a2fd61dd44b54eadc4726da79c09f98e51eb97f2 authored almost 3 years ago by Matthew Haughton <[email protected]>
Drop Groovy DSL testing in DetektTaskDslSpec (#4563)

* Drop Groovy DSL testing in DetektTaskDslSpec

* Reformat

github.com/detekt/detekt - 56baa437ed52cfb428dce749f0495d1acee64fd6 authored almost 3 years ago by Matthew Haughton <[email protected]>
update InvalidPackageDeclaration to report if rootPackage is not present (#4484)

github.com/detekt/detekt - dfd1966dfad7f836c15c6ddb3f7e66a6aa37a3dd authored almost 3 years ago by Matt Thompson <[email protected]>
Migrate detekt-rules-documentation tests to JUnit (#4568)

github.com/detekt/detekt - efcc0d95de4999e5e5ec1cafbc0a7a645a77b8cd authored almost 3 years ago by Matthew Haughton <[email protected]>
Migrate detekt-rules-coroutines tests to JUnit (#4567)

github.com/detekt/detekt - 04006ece92cd360468cb522923e06d5bb84de0f9 authored almost 3 years ago by Matthew Haughton <[email protected]>
Add missing task inputs (#4565)

The ANDROID_HOME and ANDROID_SDK_ROOT environment variables are accessed
by the test suite. The...

github.com/detekt/detekt - 1e406db9bbc031883b3b7c8fc164db0a1e8f20b2 authored almost 3 years ago by Matthew Haughton <[email protected]>
Remove unneeded add-opens flag (#4564)

The original issue appears fixed in recent AGP versions

github.com/detekt/detekt - a04debc51feebbfa0920e01f369563823085e640 authored almost 3 years ago by Matthew Haughton <[email protected]>
Update dependency com.android.tools.build:gradle to v7.1.1 (#4561)

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

github.com/detekt/detekt - b21f0b9538b8ed0a7b52e94ba4893904a24b7847 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix for missing /kotlin folder when running on Android projects (#4554)

github.com/detekt/detekt - 557c7d3180ca9f2b22a915966d28682a80a6a59b authored almost 3 years ago by Nicola Corti <[email protected]>
Fix AutoCorrection crashing with Missing extension point (#4545)

github.com/detekt/detekt - 56f34c4cf8ca522f788e128abb9b802b7b9284f9 authored almost 3 years ago by Nicola Corti <[email protected]>
Deprecate continuationIndentSize from the Indentation rule (#4551)

github.com/detekt/detekt - da062f9f707d75b72d5970a193337ca6fae52f28 authored almost 3 years ago by Nicola Corti <[email protected]>
Update plugin gradleVersions to v0.42.0 (#4559)

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

github.com/detekt/detekt - ce9d5d732377d1fe48c45f819c5ce9bd734e9469 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix broken website due to invalid baseurl (#4558)

github.com/detekt/detekt - f6e2d3070ef43eaec2ab55831fbd895ea882d0b2 authored almost 3 years ago by Nicola Corti <[email protected]>
Reuse `setReportOutputConventions` (#4546)

* Reuse `outputLocation.convention`

* Single line

* Rename

github.com/detekt/detekt - f626273153433affb4830e73330a3f42ddbd38bb authored almost 3 years ago by Goooler <[email protected]>
Fix broken website due to missing baseurl (#4557)

github.com/detekt/detekt - 35e5dc7672569443a492844c3333ea6f36e37fdd authored almost 3 years ago by Nicola Corti <[email protected]>
Move the website to detekt.dev (#4544)

github.com/detekt/detekt - 74d3b6f1e3e751e89a519cb52b40c07bbbefc79f authored almost 3 years ago by Nicola Corti <[email protected]>
Make DoubleMutabilityForCollection configurable and set a DoubleMutability alias (#4541)

* Configurable double mutability rule

Resolves #4501

* Update default config

* Additional tes...

github.com/detekt/detekt - c854a2ec1f1920524601f1369c5c9921b4cdf9c4 authored almost 3 years ago by Raman Gupta <[email protected]>
Migrate tests in detekt-rules-errorprone to junit (#4523)

* Migrate tests in detekt-rules-errorprone to junit

* change names of classes and function th...

github.com/detekt/detekt - c34f5faec10646399a16666a7faac33429f3bf4e authored almost 3 years ago by marschwar <[email protected]>
Fix performance issue for regexp in Reporting.kt (#4550)

A regexp object is compiled into an internal data structure during initialization.
This could t...

github.com/detekt/detekt - fb1b6041b38982e5cf03e050ab1a8e7f3d527143 authored almost 3 years ago by M Schalk <[email protected]>
Revert "trim values when parsing the baseline (#4335)" (#4548)

github.com/detekt/detekt - 1fbe3b83d6a1ceae6d42faed3c321c8a913c55d7 authored almost 3 years ago by Brais Gabín <[email protected]>
Adds issue details to findings on FindingsReport and FileBasedFindingsReporter (#4464)

* Changes FindingsReporter detail level

Achieved different levels of detailing by changing th...

github.com/detekt/detekt - 0b36ff0ea9e9e027d8744f0f019cc4daecf7366a authored almost 3 years ago by Gabriel Freitas Vasconcelos <[email protected]>
Fix `AnnotationExcluder` (#4518)

* Implement FullQualifiedNameGuesser

* Remove bad test

* Refactor tests

* Fix Annotatio...

github.com/detekt/detekt - 2d00cab3680f49a94a95e4d8b9da08303315619b authored almost 3 years ago by Brais Gabín <[email protected]>
Fix error during snippet compilation (#4536)

github.com/detekt/detekt - 1ca3ab586ea9407331055f4d17ce4b04519793a5 authored almost 3 years ago by marschwar <[email protected]>
Code cleanups (#4542)

github.com/detekt/detekt - 10e9e4c60ddeea7bae52f54f2df46e87686e68f0 authored almost 3 years ago by Goooler <[email protected]>
[MaxLineLength] Fix signature in for blank characters in the Baseline (#4504)

github.com/detekt/detekt - a6a26142c54d86ff415ebe210d4b2a2e5ca82a6f authored almost 3 years ago by marschwar <[email protected]>
Fix MaxLineLength violation in IgnoredReturnValue rule (#4539)

Co-authored-by: Markus Schwarz <[email protected]>

github.com/detekt/detekt - 5176e4120032f46548860f740f9955ef29e8a309 authored almost 3 years ago by marschwar <[email protected]>
Add list of functions to skip in IgnoredReturnValue rule (#4434)

* Add list of functions to skip in IgnoredReturnValue rule

* Fix formatting

* Regenerate defau...

github.com/detekt/detekt - 90ae9ecb0782465d19d49cde7825da3ec5896c7c authored almost 3 years ago by Artem Zinnatullin :slowpoke <[email protected]>
[VarCouldBeVal] Override vars will not be flagged if bindingContext is not set (#4477)

github.com/detekt/detekt - 8a39d2a172fb94a8b03d77c56b96c5ad6e824b3c authored almost 3 years ago by severn-everett <[email protected]>
Add how to exclude source files from BaselineTask (#4490)

github.com/detekt/detekt - d0732ab2fde6c908158512a7ba03f89fe50ab506 authored almost 3 years ago by Brais Gabín <[email protected]>
Re-enable warnings as errors (#4533)

* Suppress version warnings

Disables these warnings:
* Experimental language version being u...

github.com/detekt/detekt - 58e95e64027b10e8d9195d8e5ba9507be12b6b9f authored almost 3 years ago by Matthew Haughton <[email protected]>
Update dependency com.android.tools.build:gradle to v7.1.0 (#4530)

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

github.com/detekt/detekt - f18644db92fa1ee4183570758d74072936baf2d9 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Disable deployment jobs in forked repository (#4528)

* Disable deploy-website job in forked repository

* Check repo on deploy-snapshot job

github.com/detekt/detekt - e1dc93ed1de7b84289536cff133db17469931a8d authored almost 3 years ago by Goooler <[email protected]>
Migrate tests in detekt-api to junit (#4521)

* migrate tests in detekt-api to junit

* remove spek from build dependencies

* change clas...

github.com/detekt/detekt - 3c12be91f2f5be5a84856bed7d0b56aad0108730 authored almost 3 years ago by marschwar <[email protected]>
Use Java 17 for all CI jobs (#4526)

github.com/detekt/detekt - 291590bc4eeebb19d74638eb58ec85325fcf4dd0 authored almost 3 years ago by Matthew Haughton <[email protected]>
Migrate detekt-tooling tests to JUnit 5 (#4524)

github.com/detekt/detekt - 77204be660ca732a610ffe03f16309fbb3166c7f authored almost 3 years ago by Matthew Haughton <[email protected]>
Migrate detekt-sample-extensions tests to JUnit (#4525)

github.com/detekt/detekt - a236d80919002bf642e049c4b386169aad374f77 authored almost 3 years ago by Matthew Haughton <[email protected]>
Use the new configure config for formatting (#4352)

* Improve

* Don't include formatting config inside default-detekt-config.yml

* Extract cod...

github.com/detekt/detekt - c536107febe085aba24f9ca27eb5f7a9f40937b8 authored almost 3 years ago by Brais Gabín <[email protected]>
Migrate tests in detekt-rules-empty to junit (#4522)

github.com/detekt/detekt - 4a0076f164e70e01d1b07219be1e7776135d4659 authored almost 3 years ago by marschwar <[email protected]>
Match functions signatures with lambdas on it (#4458)

* Match functions signatures with lambdas on it

* Improve code

github.com/detekt/detekt - 576ae5f54060ac6653af72d045b29e90709e1842 authored almost 3 years ago by Brais Gabín <[email protected]>
Migrate tests in detekt-cli to junit (#4519)

github.com/detekt/detekt - 3c9f0e98c798aef739199b13ffad063bd922f53e authored almost 3 years ago by marschwar <[email protected]>
Clean up gradle files for modules migrated to junit (#4516)

Co-authored-by: Markus Schwarz <[email protected]>

github.com/detekt/detekt - 743706fb453e48db9b68f748636195b3136e10d0 authored almost 3 years ago by marschwar <[email protected]>
Migrate detekt-psi-utils to junit (#4515)

Co-authored-by: Markus Schwarz <[email protected]>

github.com/detekt/detekt - 67ba876bb0f54c5fbe2210fb16286dacbe8fb0d3 authored almost 3 years ago by marschwar <[email protected]>
Migrate detekt-rules tests to JUnit (#4514)

github.com/detekt/detekt - c74d714f6b3acbb07a732dca34c74c672b3d5787 authored almost 3 years ago by Matthew Haughton <[email protected]>
migrate tests in detekt-parser to junit (#4512)

Co-authored-by: Markus Schwarz <[email protected]>

github.com/detekt/detekt - ad270ef4f1c225acf0423ba65233c6a8021b79b7 authored almost 3 years ago by marschwar <[email protected]>
Migrate tests in detekt-report-xxx to junit (#4513)

* migrate tests in detekt-report-html to junit

* migrate tests in detekt-report-txt to junit

*...

github.com/detekt/detekt - f997fe0ef5ed487da4e3ad62c02d6145c878f148 authored almost 3 years ago by marschwar <[email protected]>
Migrate tests in detekt-metrics to junit (#4511)

* migrate tests in detekt-metrics to junit

* fix compiler warning about possible problems on ...

github.com/detekt/detekt - a1823e6b098b568d2fbad1c84fcd31cf46d3a2ae authored almost 3 years ago by marschwar <[email protected]>
migrate tests in detekt-formatting to junit (#4508)

* migrate tests in detekt-formatting to junit

* remove internal modifier

Co-authored-by: M...

github.com/detekt/detekt - 50352f7e8bd97368d981191d52308e0989d1aca0 authored almost 3 years ago by marschwar <[email protected]>
migrate tests in detekt-core to junit (#4507)

* migrate tests in detekt-core to junit

* remove internal modifier

Co-authored-by: Markus ...

github.com/detekt/detekt - d5c1708d7e5109d804e85fa7d6eedcb73771178f authored almost 3 years ago by marschwar <[email protected]>
Improve `AnnotationExcluder` tests (#4368)

* Add missing deprecation

* Simplify AnnotationExcluder

* Improve tests making them more e...

github.com/detekt/detekt - a6c84354e6bdc3276ace44181eb4beddbbc0eabb authored almost 3 years ago by Brais Gabín <[email protected]>
Fix false positive of UnnecessaryInnerClass (#4509)

* Fix false positive of UnncessaryInnerClass

* Exclude Nested annotation because junit test r...

github.com/detekt/detekt - ca9a3fa0bbe33ef0d3af231672f88ede3ab84f2b authored almost 3 years ago by Chao Zhang <[email protected]>
Introduce DefaultValue type (#3928)

* Introduce DefaultValue type

* reuse createDefaultValueIfLiteral in RuleSetProviderCollector...

github.com/detekt/detekt - 8a69676534fb1ca43526b960a668e3cd5e4aaa1b authored almost 3 years ago by marschwar <[email protected]>
Added rule UnnecessaryInnerClass (#4394)

* Added rule UnnecessaryInnerClass

* Addressed Detekt issues; Added test case

* Removed un...

github.com/detekt/detekt - 31520dadf2b7eec04139dee9103645d1f208ccbd authored almost 3 years ago by severn-everett <[email protected]>
Remove old false-positive from baseline (#4286)

Co-authored-by: Chao Zhang <[email protected]>

github.com/detekt/detekt - 69ffb05612d00b53200691fd612fc7ef94f23fed authored almost 3 years ago by Brais Gabín <[email protected]>
Update JUnit dependencies (#4505)

* Use consistent JUnit version in all project configurations

* Remove explicit junit-params dep...

github.com/detekt/detekt - 9471385e0b1d2a2137f1192ab82ffdacc65841f7 authored almost 3 years ago by Matthew Haughton <[email protected]>
Drop unused dependencies (#4506)

* Remove unused dependencies

* Use more specific dependency where possible

* Use more specific...

github.com/detekt/detekt - 2f7a925a59e9040860bac5bfdab66d770761206b authored almost 3 years ago by Matthew Haughton <[email protected]>
Transform tests in detekt-generator to junit (#4494)

* transform tests to junit

* Ignore ClassNaming rule for test classes

* Fix UnnecessaryLet...

github.com/detekt/detekt - 6d1517ad3371f0ce3030d13bdda8ce94ab954ce5 authored almost 3 years ago by marschwar <[email protected]>
Update plugin pluginPublishing to v0.20.0 (#4502)

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

github.com/detekt/detekt - 259c9de1ab22c6ad1fec544e8c7479481f1251ab authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fix overridden function reporting for CanBeNonNullable rule (#4497)

github.com/detekt/detekt - bf698f01dea4fdd7720775920df0c0c500a602ae authored almost 3 years ago by Vasily Maleev <[email protected]>
Parse Baseline in a secure way (#4499)

github.com/detekt/detekt - c965a8d2a6bbdb9bcfc6acfa7bbffd3da81f5395 authored almost 3 years ago by Brais Gabín <[email protected]>
Upgrade AGP to 7 (#4133)

* Upgrade AGP to 7.0.4

* Run Android tests on JDK 11 and above only

* Skip Android report merg...

github.com/detekt/detekt - 08eac68caa24ced140cc017d4de3b258a470232b authored almost 3 years ago by Chao Zhang <[email protected]>
Migrate custom-checks tests to JUnit 5 (#4467)

* Setup JUnit 5

* Migrate custom-checks tests to JUnit

* Set the default JUnit 5 test instance...

github.com/detekt/detekt - a627da97c994dc0f9534b34674a7529ee039627d authored almost 3 years ago by Matthew Haughton <[email protected]>
Set the name of functions and paramenters between ` to improve the readability (#4488)

github.com/detekt/detekt - 116b2a1b1032e29abce1eb66e91a93ba621f9192 authored almost 3 years ago by Brais Gabín <[email protected]>
Fix issue raised by detekt (#4491)

github.com/detekt/detekt - bd525fb9907c5d8e0a66df9e2abacf6929e37cb5 authored almost 3 years ago by Brais Gabín <[email protected]>
Extend CanBeNonNullable rule to check function params (#4431)

github.com/detekt/detekt - 27205a13f8b71dbac426dff7349f44accbabcb8d authored almost 3 years ago by severn-everett <[email protected]>
Fixes test for LiteFindingsReport (#4479)

github.com/detekt/detekt - 56e7fa94a47060fefa6c6e7a9e4bb73d1e9d1a16 authored almost 3 years ago by Gabriel Freitas Vasconcelos <[email protected]>
Update dependency com.beust:jcommander to v1.82 (#4482)

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

github.com/detekt/detekt - 93d30c189e1a89fd9bc0aec162a1fa7e7c108580 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Use major version tag for github-pages-deploy-action (#4481)

github.com/detekt/detekt - 57c417cf420289413103f2496a8d57f1ad6359ae authored almost 3 years ago by Matthew Haughton <[email protected]>
Prepare release 2.5.0 (#153)

github.com/detekt/sonar-detekt - d4dee360412f08a42aeb5e4e266817581ef0fd46 authored almost 3 years ago by Nicola Corti <[email protected]>
Update JamesIves/github-pages-deploy-action action to v4.2.1 (#4475)

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

github.com/detekt/detekt - ea1f9c21c321b254dbfcecf99d069561c88a772d authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Improve formatting documentation (#4473)

github.com/detekt/detekt - c5beaf596ad4aa741f3267426edc2254fba293ee authored almost 3 years ago by Brais Gabín <[email protected]>
Ignore private operators when we don't have ContextBingding in UnusedPrivateMember (#4441)

github.com/detekt/detekt - 83cdc238d18a82201cdd91526e2a93b288fd2763 authored almost 3 years ago by Brais Gabín <[email protected]>
Fix IDE red line issues in Gradle functional tests (#4469)

github.com/detekt/detekt - 6c21e0f9d0c3e562b79e41fc992cdfc193a62ddb authored almost 3 years ago by Matthew Haughton <[email protected]>
Remove outdated detekt suppression (#4468)

github.com/detekt/detekt - fc2dbd3aec143eccec799b5f87e5a7eafd3ad0f4 authored almost 3 years ago by Matthew Haughton <[email protected]>
Add option for OutdatedDocumentation to allow param in constructor pr… (#4453)

github.com/detekt/detekt - b274fea74fdd8690adb75404e2d723897bc08833 authored almost 3 years ago by Matej Drobnič <[email protected]>
Update JamesIves/github-pages-deploy-action action to v4.2.0 (#4461)

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

github.com/detekt/detekt - 06698889d5750c277852acc051f46acf8bbec5e1 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update changelog (#4456)

* Fix links in Suppressor documentation

* Update changelog

github.com/detekt/detekt - a9c38b8bd1cae292f905fd2d4d7340eaf9fd8faa authored almost 3 years ago by Brais Gabín <[email protected]>
Add documentation for the suppressors (#4451)

* Add documentation for the suppressors

* Apply suggestions from code review

Co-authored-b...

github.com/detekt/detekt - 781395c748af45592d3a90993ed8d6a5808b0b8a authored almost 3 years ago by Brais Gabín <[email protected]>
Update JamesIves/github-pages-deploy-action action to v4.1.9 (#4455)

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

github.com/detekt/detekt - ddbd7bec86f93970415c3fff65b8e9e7c0e07d61 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Always update the baseline if it exist (#4445)

* reduce visibility

* Add missing test

* Don't fail if the baseline doesn't exist

* Fix flaky...

github.com/detekt/detekt - 4f6793fbb528709906167086f4296ced26af5195 authored almost 3 years ago by Brais Gabín <[email protected]>
Extend VarCouldBeVal to include analysis of file- and class-level properties (#4424)

* First draft of refactoring VarCouldBeVal to scan file- and class-level properties; Added check...

github.com/detekt/detekt - c94a5d94da0a49d1e11f7407d55c94c5fac093e8 authored almost 3 years ago by severn-everett <[email protected]>
Less noisy output for detekt with Type solving (#4423)

* Make detekt less noisy

github.com/detekt/detekt - 4b7107aaf9267b2b8aa1b9877ba6b6d9415616de authored almost 3 years ago by Brais Gabín <[email protected]>
Update plugin gradleVersions to v0.41.0 (#4454)

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

github.com/detekt/detekt - 20891d47262670db058757f9fab61d63d1039bd5 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Revert "Update plugin pluginPublishing to v0.19.0 (#4429)" (#4452)

This reverts commit aec4337.

reason: gradle/gradle#19458 (comment)

github.com/detekt/detekt - 40efb62b7cdb439fec68556f65c12ed7f1cdc00e authored almost 3 years ago by M Schalk <[email protected]>