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

Refactored if expr in LoopWithTooManyJumpStatements

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

github.com/detekt/detekt - 428548b45a355938353dd3e130f01683f9ec1587 authored over 7 years ago by schalkms <[email protected]>
Add new event for completion of file processing

github.com/detekt/detekt - ac9c4817fe0b850e5c8173caacf9fd577a3407a8 authored over 7 years ago by Matthew Haughton <[email protected]>
Call onProcess when file processing begins

github.com/detekt/detekt - 0f35f7f1a1d400dbe428c7e5274dce4c040645d7 authored over 7 years ago by Matthew Haughton <[email protected]>
Add new type for per-file results

github.com/detekt/detekt - 057d633a99bd877468d965a1da22b398f0744b87 authored over 7 years ago by Matthew Haughton <[email protected]>
Update to Gradle 4.1

github.com/detekt/detekt - 4e44591268fa4da6153ddc7f487ceaecc208c89c authored over 7 years ago by Matthew Haughton <[email protected]>
Added comment to ProtectedMemberInFinalClass rule

github.com/detekt/detekt - 622bdf6f9752516d79120f8e275c34f2e829e77f authored over 7 years ago by schalkms <[email protected]>
Fixed #389 in ProtectedMemberInFinalClass rule

Detekt doesn't report protected member in companion object of an
abstract class. New test cases ...

github.com/detekt/detekt - fab5921b9b0d55ed22c708681a10c9177b8bbbae authored over 7 years ago by schalkms <[email protected]>
Ignore sealed classes for UseDataClass rule check

github.com/detekt/detekt - ea22644b337fd7807e5888a4907eae0af176f929 authored over 7 years ago by Artur Bosch <[email protected]>
Use case specific descriptions - #380

github.com/detekt/detekt - 94305818085228cdb8e2a79f744bfdc7ed83989a authored over 7 years ago by Artur Bosch <[email protected]>
Rename to UnnecessaryInheritance - #380

github.com/detekt/detekt - 8b30d3b2374e476ad9e465282c1cb255c084befa authored over 7 years ago by Artur Bosch <[email protected]>
Made minor refactoring

github.com/detekt/sonar-detekt - 2ec95b777c07d7355eaf50ce5b0ab8622a963822 authored over 7 years ago by schalkms <[email protected]>
Added UnnecessarySuperTypeDeclaration config

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

github.com/detekt/detekt - 838ed63cb380c72f226737956c023765e286f543 authored over 7 years ago by schalkms <[email protected]>
Do not flag empty functions which are meant to be overridden

github.com/detekt/detekt - 2c3bb0739723686279577de27d6361b9d3f749aa authored over 7 years ago by Artur Bosch <[email protected]>
Address some IntelliJ lint & Kotlin compiler warnings

github.com/detekt/detekt - 84a7674474301cc6c8da55cc79fd4387b58e1f5d authored over 7 years ago by Matthew Haughton <[email protected]>
Increased test coverage for detekt rules

github.com/detekt/detekt - c875f113962db6fb3986ae93a01114a6a4f72cd8 authored over 7 years ago by schalkms <[email protected]>
Moved test code in "" to kt files for rules

The compiler checks the code which was moved to the kt files.
The places where violations occur ...

github.com/detekt/detekt - 380ae35b2fed60054ab0daf9cd576d53079b09db authored over 7 years ago by schalkms <[email protected]>
Added missing rules to detekt-config

github.com/detekt/detekt - dc61afb51b70726818f6a6e175d2b8f441f3158b authored over 7 years ago by schalkms <[email protected]>
Prepare second bug fix release for RC4

github.com/detekt/detekt - 03eff899acd4e918b107de69a43c5ef6a9fd12a7 authored over 7 years ago by Artur Bosch <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/detekt/detekt - c1002ad0cd1963c5d59e06710f6c9b98131edecc authored over 7 years ago by Artur Bosch <[email protected]>
Merge branch 'schalkms-exception-rules2'

github.com/detekt/detekt - 5c2d10e93ff0957c5dc17a507fcf7a30f32de2d4 authored over 7 years ago by Artur Bosch <[email protected]>
Fix formatting

github.com/detekt/detekt - e6d46d3dc41c6d0e2a4a33e3afaef1648edaa346 authored over 7 years ago by Artur Bosch <[email protected]>
Added ExceptionRaisedInUnexpectedLocation config

github.com/detekt/detekt - 3b3dffa4beb39080376c561c5c44160395f318e8 authored over 7 years ago by schalkms <[email protected]>
Added ExceptionRaisedInUnexpectedLocation test

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

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

github.com/detekt/detekt - 96e024829bec6ceb59cb825ed16ab9cde24d97c3 authored over 7 years ago by schalkms <[email protected]>
Improved the abstract class issue description

* changed the issue description
* added a test which checks for the correct issue description

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

github.com/detekt/detekt - e57635fee96c431bcfe1283473115d87094bf840 authored over 7 years ago by schalkms <[email protected]>
Removed empty lines+class in exception rules test

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

github.com/detekt/detekt - 1b67da62792c00d8a2f1000903209e8b616c1351 authored over 7 years ago by schalkms <[email protected]>
Refactored boolean expression

github.com/detekt/detekt - 9fcac069b39fca7716c1d9792e4b2bd6573146f3 authored over 7 years ago by schalkms <[email protected]>
Added swallowed exception rule

github.com/detekt/detekt - d403e7c4411deb25191842309adf41841f934a68 authored over 7 years ago by schalkms <[email protected]>
add rule to forbid certain class names

github.com/detekt/detekt - 4e8011aa77e49de4857841bab58b7402bc182acd authored over 7 years ago by Marvin Ramin <[email protected]>
change description

github.com/detekt/detekt - c0d073f0044348c98f1742303e881a515629a1bb authored over 7 years ago by Ivan Balaksha <[email protected]>
implement rule

github.com/detekt/detekt - 056c431bda9ccb476bf9afa093ddef1ad4ad4bfc authored over 7 years ago by Ivan Balaksha <[email protected]>
Improve readability, fix detekt issue - #354

github.com/detekt/detekt - 77d412ae06d5021732be02cdf89e5532877401eb authored over 7 years ago by Artur Bosch <[email protected]>
use visitor instead of visitNamedFunction

github.com/detekt/detekt - 1aab2823e8f52bfe486560eb3c78d0234e42f376 authored over 7 years ago by Ivan Balaksha <[email protected]>
implement rule and tests

github.com/detekt/detekt - 962ffb155a4af2b820a25c7ae1849fddec2d56bc authored over 7 years ago by Ivan Balaksha <[email protected]>
Added break and continue to unreachable code rule

github.com/detekt/detekt - 1ae9d80a93c831def23198409991b416c533da68 authored over 7 years ago by schalkms <[email protected]>
Use failfast configuration in CI

github.com/detekt/detekt - 6cbeef64d39be82b8dd8d13ca1e77396289a8b33 authored over 7 years ago by Artur Bosch <[email protected]>
add issue description

github.com/detekt/detekt - 5edf80ad4fa8bd527578164ddf15f56dc5d3f7cc authored over 7 years ago by Ivan Balaksha <[email protected]>
add new line in the end of file

github.com/detekt/detekt - 87d7d91cb80f79b1ba4a27086159d1469115248f authored over 7 years ago by Ivan Balaksha <[email protected]>
rename UseDataClassRule to UseDataClass

github.com/detekt/detekt - a36a5da04d604054ea9f8834fe6f1b4d6e4102ee authored over 7 years ago by Ivan Balaksha <[email protected]>
correct description, check is open,abstract,inherit something

github.com/detekt/detekt - 3f7ab93d022ca1e29dbd55f79c9db5d6856efdd8 authored over 7 years ago by Ivan Balaksha <[email protected]>
add more tests

github.com/detekt/detekt - 7ce73e572ac789e811defe97cc914d2b536459a5 authored over 7 years ago by Ivan Balaksha <[email protected]>
use and extend excludes

github.com/detekt/detekt - 4381826beb07d32fe956abc074b2c1b50d6e206e authored over 7 years ago by Marvin Ramin <[email protected]>
update filtering logic of forbidden classname rule and tests

github.com/detekt/detekt - 56e905810cc8304772c7230e3c4bfd67d16673c4 authored over 7 years ago by Marvin Ramin <[email protected]>
Do not double report naming conventions, fix test skipping by upgrading to newest junit5 milestone - closes #373

github.com/detekt/detekt - 9a7e42e3b118039022221c1bd2558d3e823de534 authored over 7 years ago by Artur Bosch <[email protected]>
Update FunctionMaxLength.kt

minimumFunctionNameLength -> maximumFunctionNameLength

github.com/detekt/detekt - 16bd9910a3f0f68326710916f3453d8421b1f60d authored over 7 years ago by Radim Vaculík <[email protected]>
use equality check instead of elvis

github.com/detekt/detekt - 9f00c6e98dccaf19b3dff6b6ac20167e5ebbf978 authored over 7 years ago by Ivan Balaksha <[email protected]>
Prepare bugfix relase for RC4

github.com/detekt/detekt - cfe405391bca35ff2ec86ce3a795f342e6a69339 authored over 7 years ago by Artur Bosch <[email protected]>
add test for object

github.com/detekt/detekt - e075347ba5acc92290b86d24ec85cc2e454e9053 authored over 7 years ago by Ivan Balaksha <[email protected]>
add rule to StyleGuideProvider and default config

github.com/detekt/detekt - a2e004e1ecdd6bd83f5dea87cd145e4921fb5e52 authored over 7 years ago by Ivan Balaksha <[email protected]>
UndocumentedPublicClass: Add searchInInnerObject configuration property.

github.com/detekt/detekt - 76bba529a52580fdb06d9b8b6302e7930a492104 authored over 7 years ago by Niklas Baudy <[email protected]>
UndocumentedPublicClass: Fix enum support

Correctly report missing documentation for enum classes, and stop reporting
missing documentatio...

github.com/detekt/detekt - 155e2ee96f877f03f7fc048bb6ea70b24e9d84e3 authored over 7 years ago by Martin Nonnenmacher <[email protected]>
add test for Excludes#matches

github.com/detekt/detekt - a7bbeb258f4516fd41bf9416616d8ffe3d8f441e authored over 7 years ago by Marvin Ramin <[email protected]>
fix issue description

github.com/detekt/detekt - b77790b5d12a7d39d82c6c487a3e642a081b04b1 authored over 7 years ago by Ivan Balaksha <[email protected]>
Updated UselessPostfixExp in detekt-config

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

github.com/detekt/detekt - be77a24f630533ac31d423e68902f94a363eebb3 authored over 7 years ago by schalkms <[email protected]>
Add Radim Vaculik to Contributors

github.com/detekt/detekt - df45b501450aed4268b8180d81cfb1e6b1c84ad4 authored over 7 years ago by Radim Vaculík <[email protected]>
fix link to default-detekt-config.yml in migration guide for RC4

github.com/detekt/detekt - ea7b00b38fc29d931b5944a52ccff4bf7535a6bf authored over 7 years ago by Marvin Ramin <[email protected]>
remove spaces in default-detekt-config.yml

github.com/detekt/detekt - a8ba3ceedadc0c6a413ed5a08caab9af6eff9b17 authored over 7 years ago by Marvin Ramin <[email protected]>
add tests

github.com/detekt/detekt - 50c7137ec472e460defd29424325226cc8aaa570 authored over 7 years ago by Ivan Balaksha <[email protected]>
Renamed UselessIncrement to UselessPostfixExp

github.com/detekt/detekt - 4437f31179b0c9d1a748325b0a332239dc6ea32f authored over 7 years ago by schalkms <[email protected]>
Fixed protected member report in sealed class

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

The rule now reports errors for 2..n blank lines before and after the
import list declaration.

github.com/detekt/detekt - 9f3ec67dbf5e694b72ae25ce556a94a48f9594be authored over 7 years ago by schalkms <[email protected]>
Bugfix: MAXIMUM_VARIABLE_NAME_LENGTH constant

github.com/detekt/detekt - 65cbc6a9270a6b9c64697be870c2f75839a4352b authored over 7 years ago by Radim Vaculík <[email protected]>
fix code format

github.com/detekt/detekt - d1af807c240db3fd087025e1b257028abdce7a47 authored over 7 years ago by Ivan Balaksha <[email protected]>
Fix gradle plugin badge

github.com/detekt/detekt - 7a74ff618a204641a7befdfe9902dbf3757886d5 authored over 7 years ago by Artur Bosch <[email protected]>
fix codestyle

github.com/detekt/detekt - cac8d4d15a6523e8299f63740a1eaaa1c553beb6 authored over 7 years ago by Ivan Balaksha <[email protected]>
fix test description

github.com/detekt/detekt - 8db08ab54015c34455900d75a099c39b43017570 authored over 7 years ago by Ivan Balaksha <[email protected]>
fix codestyle

github.com/detekt/detekt - 49b5c22e385d93c43fcf43fa3b14eafaf9dcd5fc authored over 7 years ago by Ivan Balaksha <[email protected]>
add rule to default config and style provider

github.com/detekt/detekt - 559fc0e187bb81f25298217aac8a3073925ff79c authored over 7 years ago by Ivan Balaksha <[email protected]>
Refactored UnnecessaryAbstractClass rule

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

github.com/detekt/detekt - 9f2c86543151dfd6c8adea12661f135d414db1e9 authored over 7 years ago by schalkms <[email protected]>
Improved the abstract class issue description

* changed the issue description
* added a test which checks for the correct issue description

github.com/detekt/detekt - cdf941c28d8036f84c6e6f61cabc68919aba3b9b authored over 7 years ago by schalkms <[email protected]>
Removed empty lines+class in exception rules test

github.com/detekt/detekt - fbe6c0d215c6d9d8433cbabdb9f4bc2a8a6fa804 authored over 7 years ago by schalkms <[email protected]>
Added ExceptionRaisedInUnexpectedLocation test

github.com/detekt/detekt - 5c78766a9db3838d030cf73b2474ebb1a935122d authored over 7 years ago by schalkms <[email protected]>
Refactored ExceptionRaisedInUnexpectedLocation rule

github.com/detekt/detekt - 6625790b800e1fb41a4ccb5b72eb4ea7ebd9cedf authored over 7 years ago by schalkms <[email protected]>
Added ExceptionRaisedInUnexpectedLocation config

github.com/detekt/detekt - 8927d428e8d994eed9e7a5a0af72dc515dc2136f authored over 7 years ago by schalkms <[email protected]>
Added swallowed exception rule

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

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

github.com/detekt/detekt - 0ae6eea0fdad026994238c95ee90f8ed269bbf2c authored over 7 years ago by schalkms <[email protected]>
use and extend excludes

github.com/detekt/detekt - 8b4337c3e04dfe4cad26dfe2e05e77bf31ec49d7 authored over 7 years ago by Marvin Ramin <[email protected]>
add test for Excludes#matches

github.com/detekt/detekt - cad1bf777679d4c6ce0a0d50665e5199eafa5d52 authored over 7 years ago by Marvin Ramin <[email protected]>
add rule to forbid certain class names

github.com/detekt/detekt - 137290baae216fc05c65f79c64f45a8446a501bf authored over 7 years ago by Marvin Ramin <[email protected]>
update filtering logic of forbidden classname rule and tests

github.com/detekt/detekt - b5cc103f3aa1bc825d8b62a6b0083eff1d792e88 authored over 7 years ago by Marvin Ramin <[email protected]>
UndocumentedPublicClass: Fix enum support

Correctly report missing documentation for enum classes, and stop reporting
missing documentatio...

github.com/detekt/detekt - e1285380cc7c871cf1993e2d158a4b8a7b454dda authored over 7 years ago by Martin Nonnenmacher <[email protected]>
Add Radim Vaculik to Contributors

github.com/detekt/detekt - 8208c648430beca23d91c718ab76bdb95caf981f authored over 7 years ago by Radim Vaculík <[email protected]>
Bugfix: MAXIMUM_VARIABLE_NAME_LENGTH constant

github.com/detekt/detekt - 12d6bfee0ac7d7d744ac4608245e605a531f733a authored over 7 years ago by Radim Vaculík <[email protected]>
fix issue description

github.com/detekt/detekt - 6c47341c95c189d5cdb504a6ad0816caf00ada2c authored over 7 years ago by Ivan Balaksha <[email protected]>
remove spaces in default-detekt-config.yml

github.com/detekt/detekt - c89f2c1544a8b42955f97db5020ac5fde71f70b4 authored over 7 years ago by Marvin Ramin <[email protected]>
Fix gradle plugin badge

github.com/detekt/detekt - 7d0b12ed7325c3d7254fa1b9b2f38f45e515d234 authored over 7 years ago by Artur Bosch <[email protected]>
Renamed UselessIncrement to UselessPostfixExp

github.com/detekt/detekt - feb2b0f16d0bd4465e0895f95852da25a1359a3c authored over 7 years ago by schalkms <[email protected]>
add rule to StyleGuideProvider and default config

github.com/detekt/detekt - 05438597e46370a0c46940d85fd91a987d095380 authored over 7 years ago by Ivan Balaksha <[email protected]>
use visitor instead of visitNamedFunction

github.com/detekt/detekt - 7b20571de3ea909680155e13ed50e65728fe2119 authored over 7 years ago by Ivan Balaksha <[email protected]>
fix codestyle

github.com/detekt/detekt - 0b70ad7b791150b9ab0e07789b502844c97eab01 authored over 7 years ago by Ivan Balaksha <[email protected]>
add tests

github.com/detekt/detekt - 58c903cbecefa3449180494745128bb5900842b6 authored over 7 years ago by Ivan Balaksha <[email protected]>
add rule to default config and style provider

github.com/detekt/detekt - aa8fc0a42fce53e2ba668600613209fdfd52c161 authored over 7 years ago by Ivan Balaksha <[email protected]>