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

Moved reflections dependency to kotlinTest

github.com/detekt/detekt - ab94a447c2a856977f8067015927a86382b06687 authored over 7 years ago by schalkms <[email protected]>
Refactored RuleProviderTest

* Removed unnecessary assertions
* Moved assertThat() to the assert()

github.com/detekt/detekt - 4928ebfc38f2bbb79621459f2a2f5b85b88bbc98 authored over 7 years ago by schalkms <[email protected]>
Added RuleProviderTest

This checks if all defined rules in a package are listed in the
respective rule provider.

github.com/detekt/detekt - be9a44412ca67398e894cad7a44f2abeba045e37 authored over 7 years ago by schalkms <[email protected]>
Added tests for InvalidLoop and ExpressionBodySyntax

github.com/detekt/detekt - 7d4221e9175b8c143ffcecbdf337eab01d62d39c authored over 7 years ago by schalkms <[email protected]>
Experimental support for JaCoCo

Added experimental JaCoCo Support by ignoring the rule that is putting a
limit on the file size ...

github.com/detekt/sonar-detekt - a17ece901b47c686aefad3dd5d64356baf9ddad4 authored over 7 years ago by Luca Vitucci <[email protected]>
Fixed typo and unused fun in NotImplementedError

github.com/detekt/detekt - cff3cbd3f795c1df7dc36d0e54102ef425d60698 authored over 7 years ago by schalkms <[email protected]>
Added NotImplementedDeclaration rule

github.com/detekt/detekt - c660a1f0fe4c119b93f6cf35f63330bf3747d989 authored over 7 years ago by schalkms <[email protected]>
Added missing config parameters for LateinitUsage

github.com/detekt/detekt - 1ba8210550b349f95591888bebf6b61a02059a14 authored over 7 years ago by schalkms <[email protected]>
Refactored the configuration filter in rules

github.com/detekt/detekt - 8b4f72cf227de732658d445e4339d382df6521c2 authored over 7 years ago by schalkms <[email protected]>
Made ThrowingExceptionsWithoutMessage configurable

github.com/detekt/detekt - f66337283d076217c1015924ded00f1e6b55af5b authored over 7 years ago by schalkms <[email protected]>
Added IllegalArgument exception rule config

github.com/detekt/detekt - 62fd400ff58fe9337b67a8f298ea1491ca5bbe6a authored over 7 years ago by schalkms <[email protected]>
Added Thread.dumpStack() to PrintStackTrace rule

github.com/detekt/detekt - 70a60ef02e3386cc57df29ea0ae721242501ecf5 authored over 7 years ago by schalkms <[email protected]>
Added IllegalArgument exception rule

github.com/detekt/detekt - a2e797e49e0f2bb3fc49f423ca7adc01427b1c61 authored over 7 years ago by schalkms <[email protected]>
Renamed IllegalArgument exception

github.com/detekt/detekt - 174e632737ad9825c49cd37db768d9109cf89c0a authored over 7 years ago by schalkms <[email protected]>
Fix forgotten tick symbol

github.com/detekt/detekt - 6d9bcadbd6cb3dbfcc43b845e267199ae6afd149 authored over 7 years ago by Artur Bosch <[email protected]>
Introduce watch service

github.com/detekt/detekt - a2418469b7b085ed133a692016fafefee7ba721e authored over 7 years ago by Artur Bosch <[email protected]>
Update spek to version 1.1.5, suppress warning

* warning prints due to kotlin being embedded, add options to supress
* update spek to 1.1.5 to ...

github.com/detekt/detekt - 982788a7615ed0c46413bbbb966d97fad72ba1c4 authored over 7 years ago by Tyler Thrailkill <[email protected]>
Fixed the TestConfig parameter which caused red tests

github.com/detekt/detekt - d9c7110dfec8a4ac9b0ee59d60b088298aab655d authored over 7 years ago by schalkms <[email protected]>
Suppress complex method in spacing

It will be removed altogether with formatting.

github.com/detekt/detekt - bbf3db445bdb03437f710dc6dce3e2ed28667a60 authored over 7 years ago by Artur Bosch <[email protected]>
Fixes #428 - empty file has invalid range

This fixes a case where an empty KtFile was throwing an exception in the
NewLineAtEndOfFile rule.

github.com/detekt/detekt - 8638f9e01749650c56b77f7e1c7fa5a03e14ae01 authored over 7 years ago by schalkms <[email protected]>
Added ThrowsCount rule

github.com/detekt/detekt - 648e5dc0387c6beeed8e2c4cba60cd5d52b31f32 authored over 7 years ago by schalkms <[email protected]>
Added test case for overridden fun in ThrowsCount

github.com/detekt/detekt - 259155bbb2e24474a2841975683ad5dad0ae31a3 authored over 7 years ago by schalkms <[email protected]>
Support idea tasks also for windows - closes #413

github.com/detekt/detekt - edda7c3b9870d5f96d0c2918abe5744784db4977 authored over 7 years ago by Artur Bosch <[email protected]>
Add example configuration in android projects to readme

github.com/detekt/detekt - 4513379a30b05920febedcf84ca8939f437f6068 authored over 7 years ago by Artur Bosch <[email protected]>
Add mccabe complexity calculation correction to migration guide

github.com/detekt/detekt - 78bd893af718e454d5fc3746558a49f4104a29c0 authored over 7 years ago by Artur Bosch <[email protected]>
Update gradle-versions-plugin

0.15.0 is required for Gradle 4.1

github.com/detekt/detekt - f573d0e26eb53f65da4ff07f14cb0274161e34a3 authored over 7 years ago by Matthew Haughton <[email protected]>
Use the default-config.yml as default configuration

The EmptyConfig with the old behaviour of isActive check being true on default could lead to sca...

github.com/detekt/detekt - f604e4eb793d1652524c4dabaf677eb663f137b0 authored over 7 years ago by Artur Bosch <[email protected]>
Added SerialVersionUIDInSerializableClass rule

github.com/detekt/detekt - 96963ef71cf5bd05e16ea57014b8f28c7f269ebd authored over 7 years ago by schalkms <[email protected]>
Moved wrong iterator implementation rule to bugs

github.com/detekt/detekt - cdbefd094c5498d0b0d3214669a3006f7023bb53 authored over 7 years ago by schalkms <[email protected]>
Added test cases for Iterator rule

* Fixed a case where an abstract class overrides the iterator methods()
* Added a test case for ...

github.com/detekt/detekt - a62625dadb2f20f09550833ba64cd876d635beca authored over 7 years ago by schalkms <[email protected]>
Added IteratorHasNextCallsNextMethod rule

github.com/detekt/detekt - 94eb80972502988865bb51c5b20dbb6897fb343a authored over 7 years ago by schalkms <[email protected]>
Refactored loop rules

github.com/detekt/detekt - a5f049fa856a3549ab6f35c9def5eaa5276d831f authored over 7 years ago by schalkms <[email protected]>
Refactored iterator exception rule

github.com/detekt/detekt - 5fb705d04daf643d57198daadc33cc2b6f3fff4a authored over 7 years ago by schalkms <[email protected]>
Migrate ExpressionBodySyntaxRule - #406, #403

github.com/detekt/detekt - f9c31a0e2540371a4559ef94e614bc2698d5b80a authored over 7 years ago by Artur Bosch <[email protected]>
Remove formatting module - #326

github.com/detekt/detekt - b270e5550ceefe3478baa2550b660320fa7153ec authored over 7 years ago by Artur Bosch <[email protected]>
Added maxJumpCount configuration option

github.com/detekt/detekt - 88f1bb47c56900e2fcd53cb717e70050dc92a48a authored over 7 years ago by schalkms <[email protected]>
Added EmptyKtFile rule to deactivated config

github.com/detekt/detekt - e40373eb67c93809676848161700172e973cbcfe authored over 7 years ago by schalkms <[email protected]>
Update to JUnit 5 final

github.com/detekt/detekt - 97686ff6a4ba2ac253061477df195f000d80ea5e authored over 7 years ago by Matthew Haughton <[email protected]>
Add issue description to ported rules - #326

github.com/detekt/detekt - ed8ae59b577e2a42b3048078ff1da74d8b0cd99d authored over 7 years ago by Artur Bosch <[email protected]>
Migrate optional unit and return rules from formatting - #326

github.com/detekt/detekt - 7632bc7b85a0625bc24fc22c51fb8a9cd743e6a9 authored over 7 years ago by Artur Bosch <[email protected]>
Modify regex in default config file

github.com/detekt/detekt - 763d75145e4dd27a7edcdd1001a9789140cdf494 authored over 7 years ago by Tyler Thrailkill <[email protected]>
Refactored iterator rules

github.com/detekt/detekt - 224eaa3edf7e94c7158259ce7c6d5acbb7e613ae authored over 7 years ago by schalkms <[email protected]>
Correct mccabe complexity calculation - closes #396

github.com/detekt/detekt - bbe2578cc5e5de792218799233f367bb6b3e0949 authored over 7 years ago by Artur Bosch <[email protected]>
Update FunctionNaming regex to work for sentences

Currently the FunctionNaming regex does not match for kotlin backtick
sentence style. This sente...

github.com/detekt/detekt - 84a32cced4493e6369c210d43091bb0f55997948 authored over 7 years ago by Tyler Thrailkill <[email protected]>
Added EmptyKtFile rule

github.com/detekt/detekt - e64ee62ac17a3d54d705912c32502876271be0b1 authored over 7 years ago by schalkms <[email protected]>
Port UnusedImports to style rule set - #326

github.com/detekt/detekt - 4f92c41ab7e802f067f1579eaa2748903b6b9015 authored over 7 years ago by Artur Bosch <[email protected]>
Remove formatting information from readme - #326

github.com/detekt/detekt - e8b90215bcd2c2e8c43f9d7eb4af56c6463bd853 authored over 7 years ago by Artur Bosch <[email protected]>
Add test for FunctionNaming with backticks

also fix naming for another test that didn't make sense

github.com/detekt/detekt - 5aa68a00218979038347f30fbd8380096fcb2f96 authored over 7 years ago by Tyler Thrailkill <[email protected]>
Add migrated rules to default-config - #406

github.com/detekt/detekt - 3d215b04a69e44989ac25812a17cb92a01c012e5 authored over 7 years ago by Artur Bosch <[email protected]>
Remove format and useTabs parameters from cli - #326

github.com/detekt/detekt - e944775ad661e779236a76e83223a21ad479c413 authored over 7 years ago by Artur Bosch <[email protected]>
Migrate ExpressionBodySyntaxRule - #406, #403

github.com/detekt/detekt - b51d60ec76900c8b42d25448537c9d3ffa37c5cf authored over 7 years ago by Artur Bosch <[email protected]>
Add migrated rules to default-config - #406

github.com/detekt/detekt - db18b4c55d4b32ff0c6193016fe055e3dc144734 authored over 7 years ago by Artur Bosch <[email protected]>
Remove format and useTabs parameters from cli - #326

github.com/detekt/detekt - e1091a8ef6a189e24f5add156c57cbe193dd9ff7 authored over 7 years ago by Artur Bosch <[email protected]>
Remove formatting information from readme - #326

github.com/detekt/detekt - 82ada21d15ca93cdf8a244865a9a16201c2d83d9 authored over 7 years ago by Artur Bosch <[email protected]>
Port UnusedImports to style rule set - #326

github.com/detekt/detekt - 590ffe8ae8b8500ca9071c4263a562ac1394fe44 authored over 7 years ago by Artur Bosch <[email protected]>
Add issue description to ported rules - #326

github.com/detekt/detekt - 8f4bae95f1fd5c52c068ab65c457a69bd87d2e65 authored over 7 years ago by Artur Bosch <[email protected]>
Migrate optional unit and return rules from formatting - #326

github.com/detekt/detekt - 3317a17609e5e1cabb1bd97874a77f2e28c8df4f authored over 7 years ago by Artur Bosch <[email protected]>
Remove formatting module - #326

github.com/detekt/detekt - cdfd4cca148b34424b5f2fb9855fe76a12bc0131 authored over 7 years ago by Artur Bosch <[email protected]>
Modify regex in default config file

github.com/detekt/detekt - 04e2638b252ae8b2df19c2bdb7fc0c8d24e9c19a authored over 7 years ago by Tyler Thrailkill <[email protected]>
Update FunctionNaming regex to work for sentences

Currently the FunctionNaming regex does not match for kotlin backtick
sentence style. This sente...

github.com/detekt/detekt - 0e0e03ec717bd022a302369f9779a83e6b547e26 authored over 7 years ago by Tyler Thrailkill <[email protected]>
Add test for FunctionNaming with backticks

also fix naming for another test that didn't make sense

github.com/detekt/detekt - aabccf38143391f86f59524e58f53dc8b63b09e9 authored over 7 years ago by Tyler Thrailkill <[email protected]>
Fixed the TestConfig parameter which caused red tests

github.com/detekt/detekt - 5704dd79ade1d8d77e2d280fcda0d947d543a122 authored over 7 years ago by schalkms <[email protected]>
Update spek to version 1.1.5, suppress warning

* warning prints due to kotlin being embedded, add options to supress
* update spek to 1.1.5 to ...

github.com/detekt/detekt - 6159dc907af96f5f7ded84530ed06b45597ae6e2 authored over 7 years ago by Tyler Thrailkill <[email protected]>
Added SerialVersionUIDInSerializableClass rule

github.com/detekt/detekt - 5babedfb63b3d61567616e9b1898ee2e2c1afee2 authored over 7 years ago by schalkms <[email protected]>
Added test case for overridden fun in ThrowsCount

github.com/detekt/detekt - 09bd6a2fee9d77fc315bd70b7d61d8ad107e1807 authored over 7 years ago by schalkms <[email protected]>
Added ThrowsCount rule

github.com/detekt/detekt - 5c6a176f5543f919808fc6bcbb74f68b28cc7f70 authored over 7 years ago by schalkms <[email protected]>
Added EmptyKtFile rule

github.com/detekt/detekt - 11718a2dbe4524fc3e5d31f14019895b8c7b5243 authored over 7 years ago by schalkms <[email protected]>
Fixes #428 - empty file has invalid range

This fixes a case where an empty KtFile was throwing an exception in the
NewLineAtEndOfFile rule.

github.com/detekt/detekt - 8fbcd32673beef7dce5c12173bf5d5fc27246ce1 authored over 7 years ago by schalkms <[email protected]>
Added EmptyKtFile rule to deactivated config

github.com/detekt/detekt - cd96f265a870b4d62438fc782f25e2bce7a70d62 authored over 7 years ago by schalkms <[email protected]>
Update README&CHANGELOG

github.com/detekt/detekt - 34029a4413efd242169bf2164b78917b6d81b5bb authored over 7 years ago by Dmytro_Troynikov <[email protected]>
MagicNumber rule will ignore Named Arguments

github.com/detekt/detekt - ddda6049bee3c52cb2e0a915f8f5604215ba9589 authored over 7 years ago by Dmytro_Troynikov <[email protected]>
Update default config

github.com/detekt/detekt - 1cea133cee3ebeb98b9d359ea965f60318e69536 authored over 7 years ago by Dmytro_Troynikov <[email protected]>
Update Spek version 1.1.4 -> 1.1.5

github.com/detekt/detekt - 9fcabe3043f458a2773b8608a27889b617ada84a authored over 7 years ago by Dmytro_Troynikov <[email protected]>
Add example configuration in android projects to readme

github.com/detekt/detekt - 32897528ec8a0ac117072ebb27bbcc14a7706c54 authored over 7 years ago by Artur Bosch <[email protected]>
Added maxJumpCount configuration option

github.com/detekt/detekt - fa850579d4a3c786e32467d81a15ce742a3d5817 authored over 7 years ago by schalkms <[email protected]>
Support idea tasks also for windows - closes #413

github.com/detekt/detekt - 424fcf2f490103f64ad47a193a48f658bed77bf5 authored over 7 years ago by Artur Bosch <[email protected]>
Use the default-config.yml as default configuration

The EmptyConfig with the old behaviour of isActive check being true on default could lead to sca...

github.com/detekt/detekt - 47ae45b07b6b1da728fd32d1ca740065c7f31532 authored over 7 years ago by Artur Bosch <[email protected]>
Do not load processors

github.com/detekt/detekt - 214048927f760132211d2009bf7017d1584e987b authored over 7 years ago by Artur Bosch <[email protected]>
Update gradle-versions-plugin

0.15.0 is required for Gradle 4.1

github.com/detekt/detekt - de8a92e20ef314d99c16dab6404524c3583bc1d8 authored over 7 years ago by Matthew Haughton <[email protected]>
Update to JUnit 5 final

github.com/detekt/detekt - 7c2af9a863d7d6107e8a7e1f881372de06a33b17 authored over 7 years ago by Matthew Haughton <[email protected]>
Prototype watch service

Detekt watch services watches a directory for changes and runs detektCheck
on each file.

github.com/detekt/detekt - 6e7ebced40eb609ddbbfad00fa20c7e64c89e647 authored over 7 years ago by Artur Bosch <[email protected]>
Correct mccabe complexity calculation - closes #396

github.com/detekt/detekt - e39332f8882110135d153871e7f30d8193d4a30d authored over 7 years ago by Artur Bosch <[email protected]>
Suppress complex method in spacing

It will be removed altogether with formatting.

github.com/detekt/detekt - 79b0c233fca18afedb2e1c261dd53d634b600738 authored over 7 years ago by Artur Bosch <[email protected]>
Add mccabe complexity calculation correction to migration guide

github.com/detekt/detekt - 1c1e32a55e4c18309b58905ad90eb5f34bad0900 authored over 7 years ago by Artur Bosch <[email protected]>
Moved wrong iterator implementation rule to bugs

github.com/detekt/detekt - 0b0b8bc88b245e3936709b4f54aa0544060b57a8 authored over 7 years ago by schalkms <[email protected]>
Added IteratorHasNextCallsNextMethod rule

github.com/detekt/detekt - ad22cdc5335e2f2fa36b26c3cffcd9ec00fe4800 authored over 7 years ago by schalkms <[email protected]>
Added test cases for Iterator rule

* Fixed a case where an abstract class overrides the iterator methods()
* Added a test case for ...

github.com/detekt/detekt - c436b5e46973b16947400f5e590df5fa5d2485a7 authored over 7 years ago by schalkms <[email protected]>
Refactored iterator exception rule

github.com/detekt/detekt - f85b3301eabed915ba5ee7803cf140b25f60845b authored over 7 years ago by schalkms <[email protected]>
Refactored iterator rules

github.com/detekt/detekt - 022d83d37708b62ffd4371420a909a74e4ac04f4 authored over 7 years ago by schalkms <[email protected]>
Refactored loop rules

github.com/detekt/detekt - f6a922083be73ca69a541639efe39fc37192c234 authored over 7 years ago by schalkms <[email protected]>
Add .editorconfig

github.com/detekt/detekt - 50a41434521b4cc7fb871fa2117083b276506dd4 authored over 7 years ago by Matthew Haughton <[email protected]>
Add Gitter badge

github.com/detekt/detekt - 203a8a9915158c2092cb30edb42cae5e29bf5ce7 authored over 7 years ago by The Gitter Badger <[email protected]>
Added test case for LoopWithTooManyJumpStatements

github.com/detekt/detekt - 192a745b1becca4295e9a55c1d5f372751f4a33e authored over 7 years ago by schalkms <[email protected]>
Added LoopWithTooManyJumpStatements rule

github.com/detekt/detekt - 8000705a3ababd1c05e10efa14ee4238bbe20fe0 authored over 7 years ago by schalkms <[email protected]>
Updated UtilityClassWithPublicConstructor rule

github.com/detekt/detekt - 40603f0eb1e1e1a36415d49ddbcd563a55340e1f authored over 7 years ago by schalkms <[email protected]>
Added UtilityClassWithPublicConstructor rule

github.com/detekt/detekt - 18caa472d498a77402cf9048c54b55d6542094ae authored over 7 years ago by schalkms <[email protected]>
Refactored InvalidLoopCondition rule

github.com/detekt/detekt - cdc2ad2e0ebe20b751a4b91b315b16c54ac83c90 authored over 7 years ago by schalkms <[email protected]>
Added test case for LoopWithTooManyJumpStatements

github.com/detekt/detekt - 51684737259cfe8f9a19965a6fad6390697e83dc authored over 7 years ago by schalkms <[email protected]>
Added InvalidLoopCondition rule

github.com/detekt/detekt - cf726ab1e06326b444265348f32fbadf57070d1c authored over 7 years ago by schalkms <[email protected]>
Refactored if expr in LoopWithTooManyJumpStatements

github.com/detekt/detekt - a9ca3a2fee17d0d59ae36f65ed1eff87d9ccf5ac authored over 7 years ago by schalkms <[email protected]>