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 to kotlin version 1.3.31 (#1618)

github.com/detekt/detekt - 2d6dcb7f630c229032b47e51cfd1b90794f5506a authored almost 6 years ago
Update dependencies (#1612)

* Kotlin 1.3.30

* Gradle 5.4

* ktlint 0.32.0

github.com/detekt/detekt - 8c2f2601ecd460a2665b5669ab146e734156b311 authored almost 6 years ago
Add DataClassShouldBeImmutable rule (#1588)

* Add DataClassShouldBeImmutable rule

* Fixed PR's comments

github.com/detekt/detekt - edfa14973c1013df3301be0c99c9c3077c0ebc52 authored almost 6 years ago
Run rules for specific paths (#1418)

* Allow to run specific rules on only specified paths by using a config property

* Rename to ...

github.com/detekt/detekt - 264bc9fe5b4c0692348cd68ab8e3701b7994a50b authored almost 6 years ago
Consolidate reports in multi project setup (experimental) (#1329)

* Consolidate XML report files.

* Configure detekt taskt to depend on tasks in subprojects wi...

github.com/detekt/detekt - 2db10f3769e19cd185f72fa1133cbaa464145647 authored almost 6 years ago
Colorizes CLI output. (#1581)

Displays code smells in yellow and failures in red.
Closes #310

github.com/detekt/detekt - ea3175ffe4bde65c0694fbe4ae4825e90c69d524 authored almost 6 years ago
Bump Spek version (#1578)

* Bump Spek

* Bump Spek

github.com/detekt/detekt - a4399f71e8eb3ab3e5507c6307c38d4f34c8293a authored almost 6 years ago
Add rules to suggest usage of check(), require() and error(). (#1570)

* Add rules to suggest usage of check(), require() and error().

* Add static import for Asser...

github.com/detekt/detekt - 3b5a7c0512cd0e4358cfff3bb7ee1fbf2eb46d48 authored almost 6 years ago
Ignore void types in overridden function signatures. (#1576)

* Ignore void types in overridden function signatures.

* Restructure test code.

github.com/detekt/detekt - 6411da65361df4e9b28fa133d0296b966184e07d authored almost 6 years ago
Fix for issue #1573 (#1575)

* Test case for issue #1573

Shows that forbidding net.example.R.dimen also forbids
net.examp...

github.com/detekt/detekt - 445b586ecbd51448ebb8893c806e8f1a9352a6bf authored almost 6 years ago
AssertJ housekeeping (#1571)

* Tidy up AssertJ imports

* Don't use internal AssertJ API

github.com/detekt/detekt - 7bebc983accbd1da31c977c1296977d4d397a3a7 authored almost 6 years ago
Implement type and symbol resolving (#1532)

* Add type and symbol resolving

* Add UselessCallOnNotNull rule

github.com/detekt/detekt - 34b3d0816ae19327b22ecdf89b2bece3f2bdc312 authored almost 6 years ago
Silence dokka (#1572)

* Format default values as Markdown code spans

These are delimited with a backtick (`), and a...

github.com/detekt/detekt - 220f6059794114b0e01daa7f8d5c978e94a3e251 authored almost 6 years ago
Allow configuration to ignore magic number in ranges. (#1567)

* Allow configuration to ignore magic number in ranges.

* Suppress "TooManyFunctions" error.
...

github.com/detekt/detekt - b414bebe902758d7b15b90691bae8be0e83d109f authored almost 6 years ago
Update to spek2

github.com/detekt/sonar-detekt - e22691fa2bf1bab027b1c03626b8bf2f0dedaf9c authored almost 6 years ago
Migrate to mockk to fix resource locator test

github.com/detekt/sonar-detekt - 65c9f329747b4ebebe3ccb48934d70572c71210e authored almost 6 years ago
Allow to ignore local properties in magic number - Closes #1536 (#1555)

github.com/detekt/detekt - ef774de6d04fd87751f539bcc2ce9c28d70c3a50 authored almost 6 years ago
Update doc for fail-fast argument (#1558)

github.com/detekt/detekt - 7e1e8a82f9169a537ce461ebd38fe38922a031e2 authored almost 6 years ago
Add formatting issue to baseline (#1559)

github.com/detekt/detekt - d2ce5a690480b592dbcda68f37549ff3c660ba82 authored almost 6 years ago
Add detekt mention to readme (#1560)

github.com/detekt/detekt - 24a8e5b01609a5a00fccbcddd65209613dd9f84a authored almost 6 years ago
Add support for JSR test infrastructure in bugs ruleset (#1561)

github.com/detekt/detekt - 35e9ca20c858a0f90b852c18f86735ca9f7b6450 authored almost 6 years ago
Add support for JSR test infrastructure in complexity ruleset (#1562)

github.com/detekt/detekt - a10cc29e404b8876b66a86ddaa0190aaa34f5e97 authored almost 6 years ago
Add support for JSR test infrastructure in empty ruleset (#1563)

github.com/detekt/detekt - f82a5e52a029a28a6ffb5e87970e5bff22209044 authored almost 6 years ago
Add support for JSR test infrastructure in naming ruleset (#1564)

github.com/detekt/detekt - 552d9d6cfbfbf6680b59cc3cfd10934fe4a999c2 authored almost 6 years ago
Update README links

github.com/detekt/sonar-detekt - 44542a31fb7abe58adda8973184c1bbc28abc32f authored almost 6 years ago
Check cross-module coverage with Jacoco (#1566)

github.com/detekt/detekt - b40e40ddfd16441fac1af4ed483429fb2f250c82 authored almost 6 years ago
Fix the check for private top-level property naming (#1556)

* TopLevelPropertyNamingSpec: Consistently use only spaces for indentation

* TopLevelProperty...

github.com/detekt/detekt - 616e02bbc9ffcbe947ef71b26e91de2fd9b5d774 authored almost 6 years ago
Skip default install step (#1557)

Travis runs ./gradlew assemble by default, which means any custom flags
set (such as --build-ca...

github.com/detekt/detekt - 7d8fee9a1de29504c6d7b3a15468c993a9dc8981 authored almost 6 years ago
Update dependencies, especially jacoco which prevented with project to be build with java 11

github.com/detekt/sonar-detekt - ae688e879c0e254144176003b9f378ac38550fbd authored almost 6 years ago
Update dependencies

github.com/detekt/sonar-detekt - b860e2a3e30ec864761780d5704b7e92b32ac0e1 authored almost 6 years ago
Test on OpenJDK 12 (#1554)

github.com/detekt/detekt - 859a77172e4a5f86dc740e1b65edd1519ad4f445 authored almost 6 years ago
Update Gradle & dependencies (#1549)

* Gradle 5.3

* Update dependencies

github.com/detekt/detekt - 9fad2bdae4062055d2251adc24d3057c199a2fca authored almost 6 years ago
Simplify Java interop (#1547)

github.com/detekt/detekt - f860aea3e135d2a94dfef44ca488bbe9e8d0a6b7 authored almost 6 years ago
Improve RC13 migration instructions in changelog (#1546)

github.com/detekt/detekt - e30b54c1770787aea274796656eba434f6d6ac3d authored almost 6 years ago
Enable local build cache for CI (#1544)

* Enable local build cache for Travis builds

* Enable local build cache for AppVeyor builds

github.com/detekt/detekt - 0193b66453877303d3000c99bc15c3f94628e768 authored almost 6 years ago
ktlint 0.31.0 (#1543)

* ktlint 0.31.0

* Fix new issues flagged by ktlint

github.com/detekt/detekt - 2a51c711678767554ca6f326a25489915793406d authored almost 6 years ago
Add code formatting instructions to CONTRIBUTING.md (#1542)

* Remove idea code style to avoid confusion.

* Reformat using KtLint.

* Add formatting ins...

github.com/detekt/detekt - 88c239d9a284beace812169a4b4a97863b6044f8 authored almost 6 years ago
Remove non popular watcher module (#1541)

github.com/detekt/detekt - 82880b7505accb605ee6c99bd875ff157731a867 authored almost 6 years ago
Ignore local properties in ObjectPropertyNaming (#1535)

* Ignore local properties in ObjectPropertyNaming

* Add contributor to readme

github.com/detekt/detekt - 956fb89d1811f7d744ae330d0cab0065d1b62a6f authored almost 6 years ago
Enable Kotlin's progressive compilation mode (#1534)

Forces certain compiler bug fixes to be applied between major Kotlin releases.

github.com/detekt/detekt - bc4a3f63793de0596721504c6029aa9aac48e9ee authored almost 6 years ago
Add newline at end of baseline files (#1527)

github.com/detekt/detekt - d6d32853bc91a106754b5dd4027d02202d153fb3 authored almost 6 years ago
[docs] Introduce guides in the news section (#1522)

* Add a guide for using the new buildUponDefaultConfig flag

* Use buildUponDefaultConfig flag...

github.com/detekt/detekt - f86dd2d86592b5f6e0d465609af231765ca3f7c8 authored almost 6 years ago
Single statement in nullable apply calls (#1520)

* Report nullable single statement apply statement - Closes #1485

* Add testcase for assignme...

github.com/detekt/detekt - 19f3f5e0a7e965e3ca7a205921cf1505e888108a authored almost 6 years ago
Update kotlin and detekt version (#28)

github.com/detekt/detekt-intellij-plugin - 1638462ba2ab696139a9ae656e59ec298c5b58de authored almost 6 years ago
Remove the timestamp from the baseline doc #1524 (#1531)

github.com/detekt/detekt - 2a3d5e1094764db6450481909ab9e8e8c1ce8b61 authored almost 6 years ago
Remove timestamp from baseline xml files (#1526)

github.com/detekt/detekt - 683765138a7056a015b54184ef5a2827c1b40e51 authored almost 6 years ago
Repackage formatting to make it able to use the jar as --plugins jar for cli runs (#1521)

* Replace tabs with spaces with manual formatting run from cli

* Package KtLint dependencies ...

github.com/detekt/detekt - d6f358254c1dba84b994fab8698d39be136a1e9c authored almost 6 years ago
Update dependencies (#1519)

* Don't explicitly create directory

Gradle does it for us if it doesn't exist

* Update dep...

github.com/detekt/detekt - 145f0a9a47e87d0a0a68f550bbb504503e2fed88 authored almost 6 years ago
Ensure IntelliJ is configured to use official Kotlin style (#1510)

github.com/detekt/detekt - 0ad11efb496bd563b01f7ab606f94000aa7ec79e authored almost 6 years ago
Convert tasks to SourceTasks (#1505)

* Remove .kt from classname in tests

* Convert detekt tasks to SourceTasks

* Change filter...

github.com/detekt/detekt - 1ad126427511f1f33581a8eca2bc9c3ee73adf4c authored almost 6 years ago
Fix deprecation warnings (#1509)

* Partial Revert: Test Gradle plugin on multiple Gradle versions (#1482)

* Fix logic to creat...

github.com/detekt/detekt - 60db0a6f9057a91c52ab9971e67979cf3fc10572 authored almost 6 years ago
Show friendlier error when wrong type used for a config parameter (#1507)

github.com/detekt/detekt - 8abd445816f2f31caeb48f9f94885c5cac5b8f9c authored almost 6 years ago
Fix compliant/noncompliant code example in OptionalWhenBraces (#1511)

* doc: fix typo in documentation/style.md

* Update source to reflect doc update proposed in #...

github.com/detekt/detekt - 1c4e2f3a7b21ab61b3279eb98e2f31437fc9e8be authored almost 6 years ago
Exit process with specific code when detekt finds code issues (#1508)

github.com/detekt/detekt - aaaabb12217b508eb08611788d40f47e9b043196 authored almost 6 years ago
Show message only when failFast in config is not null (#1506)

github.com/detekt/detekt - 0c697c42204cb5ea85dbff8ed0af6b012d8aac35 authored almost 6 years ago
Load dependencies over HTTPS (#1504)

Fixes a security vulnerability where `get_analysis_projects.groovy` downloaded dependencies over...

github.com/detekt/detekt - 4544a5cde3cf4c6930c854bfb2e7f36a6f2555b4 authored almost 6 years ago
Ignore enums in ProtectedMemberInFinalClass rule - #1489 (#1496)

github.com/detekt/detekt - 4a08c7c3d5da5f0c09fe030b7628802eee03814a authored almost 6 years ago
Prepare rc14 (#1492)

* Prepare RC14 release

* Publish only the cli-all jar to bintray

Generator is only used at...

github.com/detekt/detekt - 2c69ae948fcc6885a09f0b26784c343fabf72e06 authored almost 6 years ago
Use existing functions to be more readable (#1491)

github.com/detekt/detekt - f43150209d5639aadbaf0e8ae91cac76af2cb37b authored almost 6 years ago
Remove failFast from default-detekt-config.yml (#1479)

github.com/detekt/detekt - a27b258f6fb212c7417d803b0dda32e08464df04 authored almost 6 years ago
Add ignoreOverridden option for TooManyFunctions rule - #1411 (#1488)

github.com/detekt/detekt - f5a0f28dcf93f891298e90cd9f03368ec947f551 authored almost 6 years ago
Do only consider calls and member accesses in UnnecessaryApply rule (#1487)

* Do only consider calls and member accesses in UnnecessaryApply rule - Closes #1473

* Refact...

github.com/detekt/detekt - 93ffea9e550caab2bf35686aa38d05450de70c0d authored almost 6 years ago
Test Gradle plugin on multiple Gradle versions (#1482)

* Test Gradle plugin on multiple Gradle versions

* fix Gradle plugin on Gradle 4.9 & 4.10

github.com/detekt/detekt - 4c0fdcc867179c9db26b29cecab205596bdd2d6a authored almost 6 years ago
Disable rules that ktlint disables by default (#1490)

* Disable rules that ktlint disables by default

* Optimize imports

This orders imports acc...

github.com/detekt/detekt - 367a369d2232419f791291f076746b0cd0390729 authored almost 6 years ago
Respect callable reference expressions - Closes #1474

github.com/detekt/detekt - 702553680d5fbd39529afa0e1c4cc4f489bfb778 authored almost 6 years ago
Remove project cache dir workaround from tests (#1484)

github.com/detekt/detekt - 74c5c593845e586cc2189f8d8fc28a374b5d6e95 authored almost 6 years ago
Add comment about baseline setup on readme (#1483)

github.com/detekt/detekt - 7b5eff5c87af2fd1f406af200514f85593fb153a authored almost 6 years ago
Fix cross-merged test case before spek2 migration

github.com/detekt/detekt - 7b779bb4e00e76ead67d325acf05145afa65d0b0 authored almost 6 years ago
Upgrade embedded Detekt to 1.0.0-RC13 (#26)

github.com/detekt/detekt-intellij-plugin - e38b8e12a6cdfbd1fc360a2f92b347da6f3ed26a authored almost 6 years ago
Update Default acceptableDecimalLength for UnderscoresInNumericLiterals (#1477)

* Update Default acceptableDecimalLength for UnderscoresInNumericLiterals

* Fix test name

github.com/detekt/detekt - 30690673ff6cfaab267d2fd470399adfdf5401d5 authored almost 6 years ago
Migrate to Spek 2 (#1470)

github.com/detekt/detekt - ecb4701ecbc729f1612b8ea668b87d6cc62fbe0b authored almost 6 years ago
Link to right changelog

github.com/detekt/detekt - c6d04b9bc90c605987bc4fce13ce607300524ccb authored almost 6 years ago
Update gradle plugin badge

github.com/detekt/detekt - 5e1d727aed7eead428fc799dd3f1294b04130dab authored almost 6 years ago
Support new flags in gradle plugin (#1465)

* Support --fail-fast and --build-upon-default-config flags in gradle plugin

* Update used de...

github.com/detekt/detekt - 022f2cfede033b14c94be8dca3932abbd26bba73 authored almost 6 years ago
Add UnderscoresInNumericLiterals Rule (#1464)

* Add basic functionality and unit tests

* Fix some edge cases and add more test cases

* R...

github.com/detekt/detekt - b9e182036e2037e38ccc269e585ba83b6aa75192 authored almost 6 years ago
Prepare RC13 (#1462)

* Update dependencies

* Update Gradle to 5.2.1

* Revert used detekt version for reformatti...

github.com/detekt/detekt - 692793543e5e1e9214e61acac9341babc8920f9d authored almost 6 years ago
Reflect new formatting changes in the contribution guide (#1463)

github.com/detekt/detekt - 1ce5b59113cb009cce48b6d60792da2ea0c38bed authored almost 6 years ago
Reformat code base with KtLint + IntelliJ (KDoc)

github.com/detekt/detekt - 445ffb0c55b0b3af830cea363d42f1730d9642b3 authored almost 6 years ago
Use sensible defaults or not set properties - Closes #1457 (#1461)

github.com/detekt/detekt - e77cbdfbe47a47ff41c35bf4e06695a3e7f251f3 authored almost 6 years ago
Update to Kotlin v1.3.21 (#1460)

github.com/detekt/detekt - c37316dad2bf59cb53dd40fe5af917f46df8e9e1 authored almost 6 years ago
Update to Gradle 5.2 (#1458)

* Gradle 5.1

* Remove unneeded boilerplate

https://docs.gradle.org/5.1/release-notes.html#...

github.com/detekt/detekt - 2bb1fd1ce6d8494fc2b49c2fe35385d13f6ddfbf authored almost 6 years ago
Treat androidTest directory and *Spek.kt files as test sources. (#1456)

* Treat androidTest directory and *Spek.kt files as test sources.

* Copy pasta spaces

github.com/detekt/detekt - ca719ea8b929b658ab1d6f5e90bee5ac4daba79e authored almost 6 years ago
Reimplement lines of code based rules (LargeClass & LongMethod) (#1448)

* Implement lines of code metric based on token inspection

* Reimplement LongMethod rule with...

github.com/detekt/detekt - a218c41ed8e6d678246aa6e0b9b7a6734338aaaf authored almost 6 years ago
Fix false positives for UnnecessaryApply rule - Closes #1305 (#1446)

* Fix false positives for UnnecessaryApply rule - Closes #1305

* Make sure apply is only repo...

github.com/detekt/detekt - 9dafa78eee1b6659aef1c0222d6287b259e2f8b4 authored almost 6 years ago
Publish shadowed jars (-all) (#1453)

github.com/detekt/detekt - a4bf04e31bbec56456ada723865b87a05b88f54e authored about 6 years ago
Exclude inline classes as they are a light form of data class - Closes #1450 (#1454)

github.com/detekt/detekt - f741297b674e07a7eda3dd8e1d30e84e71be3a30 authored about 6 years ago
Update Kotlin to 1.3.20 (#1438)

* Update Kotlin to 1.3.20

* Update ktlint to v0.30.0

* Update detekt-gradle-plugin kotlin ...

github.com/detekt/detekt - 4315c6cd5cd86102272ef6328e00d341d528507d authored about 6 years ago
Add test case for TooManyFunctons fix - #1439 (#1447)

github.com/detekt/detekt - 86cfcfb49578acc4aef449ff2e806adc7b024c8b authored about 6 years ago
Skip operator functions when searching for unused private members - Closes #1354 (#1445)

github.com/detekt/detekt - db80472c0b94e7abe661553dbc54532ef60cb437 authored about 6 years ago
Fix isIgnoredFunction() conditions check in TooManyFunctions rule. (#1443)

github.com/detekt/detekt - 8e4bad50a93aeeb9661a5bf216276018719d31d0 authored about 6 years ago
Do not report annotation classes as candidates for utility class - Closes #1428 (#1442)

github.com/detekt/detekt - 26eaf008269a1cbb74975255493efe21ba4adcaa authored about 6 years ago
Do not report unused import when alias is used by import from same package - Closes #1385 (#1441)

github.com/detekt/detekt - 858658684a0a2be9b24b4e091afc20c0de851518 authored about 6 years ago
Build upon default config for cli module (#1417)

* Build upon default config - Closes #1248

* Deprecate failFast config property

* Test bui...

github.com/detekt/detekt - d0fed425d8f127df4c2e5372eaa7771ad2f5b927 authored about 6 years ago
Do not flag actual annotation classes with empty constructor as this is necessary by kotlin design - Closes #1362

github.com/detekt/detekt - eee21462147b75243f0a26f3a1b783a9037c48fd authored about 6 years ago
Do not report main functions args parameter when main is inside an object - Closes #1427 (#1436)

github.com/detekt/detekt - c5779433c93feb50c5781af19369795b924ac571 authored about 6 years ago
Update JaCoCo to 0.8.3 (#1440)

https://github.com/jacoco/jacoco/releases/tag/v0.8.3

github.com/detekt/detekt - e39810c71bb34d61d7881ef737891ad163f65598 authored about 6 years ago
Mention jcenter repository in getting started guides (#1437)

github.com/detekt/detekt - 17c4a5415cf4644a69f3bdfa15e93d87bc7c0f26 authored about 6 years ago
Update default package naming rule according to official style guide. Closes #1429 (#1434)

* Update default package naming rule according to official style guide #1429

https://kotlinla...

github.com/detekt/detekt - 9c198fe4632a9a9369367b4095f20b1716041782 authored about 6 years ago
Use new --report property in maven docu (#1432)

github.com/detekt/detekt - 00a9a8befce1b91c9bd0fbdd90c6eb81055ccec4 authored about 6 years ago
BUGFIX : The rule 'DetektRuleKey(...)' does not exist when lauching sonarqube task

github.com/detekt/sonar-detekt - fc0316d9ac2282663cfdf7f3e2e04128d3c61a74 authored about 6 years ago