Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/detekt/detekt

Static code analysis for Kotlin
https://github.com/detekt/detekt

Fix formatting

e6d46d3dc41c6d0e2a4a33e3afaef1648edaa346 authored over 7 years ago
Refactored UnnecessaryAbstractClass rule

1b67da62792c00d8a2f1000903209e8b616c1351 authored over 7 years ago
Refactored boolean expression

9fcac069b39fca7716c1d9792e4b2bd6573146f3 authored over 7 years ago
Added UnnecessaryAbstractClass rule

e57635fee96c431bcfe1283473115d87094bf840 authored over 7 years ago
Removed empty lines+class in exception rules test

e423f1f22b4234f629afa9427e7f387917b17b05 authored over 7 years ago
Refactored ExceptionRaisedInUnexpectedLocation rule

96e024829bec6ceb59cb825ed16ab9cde24d97c3 authored over 7 years ago
Added ExceptionRaisedInUnexpectedLocation rule

f167c5aac800d3cf5a827aa0f85e487225e9c57f authored over 7 years ago
Added ExceptionRaisedInUnexpectedLocation config

3b3dffa4beb39080376c561c5c44160395f318e8 authored over 7 years ago
Added ExceptionRaisedInUnexpectedLocation test

78bdf1160d16ed508f360fbb19ace5b5f2c844d8 authored over 7 years ago
Improved the abstract class issue description

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

c391b5b5d406d62bc7b54cf5cfa510c5eff10d93 authored over 7 years ago
Added swallowed exception rule

d403e7c4411deb25191842309adf41841f934a68 authored over 7 years ago
Add Radim Vaculik to Contributors

df45b501450aed4268b8180d81cfb1e6b1c84ad4 authored over 7 years ago
Updated PackageDeclarationStyle rule

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

9f3ec67dbf5e694b72ae25ce556a94a48f9594be authored over 7 years ago
Bugfix: MAXIMUM_VARIABLE_NAME_LENGTH constant

65cbc6a9270a6b9c64697be870c2f75839a4352b authored over 7 years ago
fix codestyle

cac8d4d15a6523e8299f63740a1eaaa1c553beb6 authored over 7 years ago
fix test description

8db08ab54015c34455900d75a099c39b43017570 authored over 7 years ago
fix codestyle

49b5c22e385d93c43fcf43fa3b14eafaf9dcd5fc authored over 7 years ago
add rule to default config and style provider

559fc0e187bb81f25298217aac8a3073925ff79c authored over 7 years ago
UndocumentedPublicClass: Add searchInInnerObject configuration property.

76bba529a52580fdb06d9b8b6302e7930a492104 authored over 7 years ago
remove spaces in default-detekt-config.yml

a8ba3ceedadc0c6a413ed5a08caab9af6eff9b17 authored over 7 years ago
UndocumentedPublicClass: Fix enum support

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

155e2ee96f877f03f7fc048bb6ea70b24e9d84e3 authored over 7 years ago
add test for Excludes#matches

a7bbeb258f4516fd41bf9416616d8ffe3d8f441e authored over 7 years ago
fix issue description

b77790b5d12a7d39d82c6c487a3e642a081b04b1 authored over 7 years ago
Updated UselessPostfixExp in detekt-config

af90b17ff8f2e2565d63cf7af7687ed8953c0008 authored over 7 years ago
Added PackageDeclaration style rule

be77a24f630533ac31d423e68902f94a363eebb3 authored over 7 years ago
Fixed protected member report in sealed class

a334ad2e18c662e52c8b20664f5faba1bd25d320 authored over 7 years ago
fix link to default-detekt-config.yml in migration guide for RC4

ea7b00b38fc29d931b5944a52ccff4bf7535a6bf authored over 7 years ago
implement rule

056c431bda9ccb476bf9afa093ddef1ad4ad4bfc authored over 7 years ago
Improve readability, fix detekt issue - #354

77d412ae06d5021732be02cdf89e5532877401eb authored over 7 years ago
use visitor instead of visitNamedFunction

1aab2823e8f52bfe486560eb3c78d0234e42f376 authored over 7 years ago
implement rule and tests

962ffb155a4af2b820a25c7ae1849fddec2d56bc authored over 7 years ago
Added break and continue to unreachable code rule

1ae9d80a93c831def23198409991b416c533da68 authored over 7 years ago
Use failfast configuration in CI

6cbeef64d39be82b8dd8d13ca1e77396289a8b33 authored over 7 years ago
add issue description

5edf80ad4fa8bd527578164ddf15f56dc5d3f7cc authored over 7 years ago
add new line in the end of file

87d7d91cb80f79b1ba4a27086159d1469115248f authored over 7 years ago
rename UseDataClassRule to UseDataClass

a36a5da04d604054ea9f8834fe6f1b4d6e4102ee authored over 7 years ago
correct description, check is open,abstract,inherit something

3f7ab93d022ca1e29dbd55f79c9db5d6856efdd8 authored over 7 years ago
add more tests

7ce73e572ac789e811defe97cc914d2b536459a5 authored over 7 years ago
use and extend excludes

4381826beb07d32fe956abc074b2c1b50d6e206e authored over 7 years ago
update filtering logic of forbidden classname rule and tests

56e905810cc8304772c7230e3c4bfd67d16673c4 authored over 7 years ago
Do not double report naming conventions, fix test skipping by upgrading to newest junit5 milestone - closes #373

9a7e42e3b118039022221c1bd2558d3e823de534 authored over 7 years ago
Update FunctionMaxLength.kt

minimumFunctionNameLength -> maximumFunctionNameLength

16bd9910a3f0f68326710916f3453d8421b1f60d authored over 7 years ago
add rule to forbid certain class names

4e8011aa77e49de4857841bab58b7402bc182acd authored over 7 years ago
use equality check instead of elvis

9f00c6e98dccaf19b3dff6b6ac20167e5ebbf978 authored over 7 years ago
Prepare bugfix relase for RC4

cfe405391bca35ff2ec86ce3a795f342e6a69339 authored over 7 years ago
fix code format

d1af807c240db3fd087025e1b257028abdce7a47 authored over 7 years ago
add test for object

e075347ba5acc92290b86d24ec85cc2e454e9053 authored over 7 years ago
add rule to StyleGuideProvider and default config

a2e004e1ecdd6bd83f5dea87cd145e4921fb5e52 authored over 7 years ago
Fix gradle plugin badge

7a74ff618a204641a7befdfe9902dbf3757886d5 authored over 7 years ago
add tests

50c7137ec472e460defd29424325226cc8aaa570 authored over 7 years ago
Renamed UselessIncrement to UselessPostfixExp

4437f31179b0c9d1a748325b0a332239dc6ea32f authored over 7 years ago
change description

c0d073f0044348c98f1742303e881a515629a1bb authored over 7 years ago
Refactored UnnecessaryAbstractClass rule

6541bda537ce7a4449944b0a40b4778c60b2dba0 authored over 7 years ago
Improved the abstract class issue description

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

cdf941c28d8036f84c6e6f61cabc68919aba3b9b authored over 7 years ago
Added UnnecessaryAbstractClass rule

9f2c86543151dfd6c8adea12661f135d414db1e9 authored over 7 years ago
Added swallowed exception rule

4fec1813c2f8ad6c072156bc8cb7dd9446cedec4 authored over 7 years ago
Added ExceptionRaisedInUnexpectedLocation rule

fa1aa75c5303f7ec0f80a830669074165695d393 authored over 7 years ago
Refactored boolean expression

0ae6eea0fdad026994238c95ee90f8ed269bbf2c authored over 7 years ago
Refactored ExceptionRaisedInUnexpectedLocation rule

6625790b800e1fb41a4ccb5b72eb4ea7ebd9cedf authored over 7 years ago
Added ExceptionRaisedInUnexpectedLocation test

5c78766a9db3838d030cf73b2474ebb1a935122d authored over 7 years ago
Added ExceptionRaisedInUnexpectedLocation config

8927d428e8d994eed9e7a5a0af72dc515dc2136f authored over 7 years ago
Removed empty lines+class in exception rules test

fbe6c0d215c6d9d8433cbabdb9f4bc2a8a6fa804 authored over 7 years ago
use and extend excludes

8b4337c3e04dfe4cad26dfe2e05e77bf31ec49d7 authored over 7 years ago
update filtering logic of forbidden classname rule and tests

b5cc103f3aa1bc825d8b62a6b0083eff1d792e88 authored over 7 years ago
add test for Excludes#matches

cad1bf777679d4c6ce0a0d50665e5199eafa5d52 authored over 7 years ago
add rule to forbid certain class names

137290baae216fc05c65f79c64f45a8446a501bf authored over 7 years ago
UndocumentedPublicClass: Fix enum support

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

e1285380cc7c871cf1993e2d158a4b8a7b454dda authored over 7 years ago
fix test description

9e2427ef6a33d53b264e0f4aa83e991817adf1aa authored over 7 years ago
rename UseDataClassRule to UseDataClass

f2e987b22df53774435611befd894005f4ef90b2 authored over 7 years ago
fix link to default-detekt-config.yml in migration guide for RC4

7d01f1dd54fb195120179bb6309e4012db752253 authored over 7 years ago
change description

193eb5b7c39e8aee3b174b66f11fc02b9554e05d authored over 7 years ago
Prepare bugfix relase for RC4

932337947ab428bc2a0fd98c3b24fe64f655aacb authored over 7 years ago
UndocumentedPublicClass: Add searchInInnerObject configuration property.

eca46efc2250ba44ff6651cfc0c796078a1a00c3 authored over 7 years ago
Add Radim Vaculik to Contributors

8208c648430beca23d91c718ab76bdb95caf981f authored over 7 years ago
Bugfix: MAXIMUM_VARIABLE_NAME_LENGTH constant

12d6bfee0ac7d7d744ac4608245e605a531f733a authored over 7 years ago
fix issue description

6c47341c95c189d5cdb504a6ad0816caf00ada2c authored over 7 years ago
remove spaces in default-detekt-config.yml

c89f2c1544a8b42955f97db5020ac5fde71f70b4 authored over 7 years ago
Fix gradle plugin badge

7d0b12ed7325c3d7254fa1b9b2f38f45e515d234 authored over 7 years ago
Renamed UselessIncrement to UselessPostfixExp

feb2b0f16d0bd4465e0895f95852da25a1359a3c authored over 7 years ago
add rule to StyleGuideProvider and default config

05438597e46370a0c46940d85fd91a987d095380 authored over 7 years ago
use visitor instead of visitNamedFunction

7b20571de3ea909680155e13ed50e65728fe2119 authored over 7 years ago
fix codestyle

0b70ad7b791150b9ab0e07789b502844c97eab01 authored over 7 years ago
add tests

58c903cbecefa3449180494745128bb5900842b6 authored over 7 years ago
add rule to default config and style provider

aa8fc0a42fce53e2ba668600613209fdfd52c161 authored over 7 years ago
add issue description

9a89a2341fe47657724f875e6dd4354574e13f02 authored over 7 years ago
add test for object

99285b711ddbb92c4e029e65dba2f3595e5918c7 authored over 7 years ago
Updated PackageDeclarationStyle rule

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

d0facc4200fe7ac461f789088e31b9619b3caaaa authored over 7 years ago
Improve readability, fix detekt issue - #354

c7cf137aec804dc1e636bf3b7dcf9b66aeed2040 authored over 7 years ago
Added PackageDeclaration style rule

f0b13c090d5d580ee76234405d7eaf0ba115651b authored over 7 years ago
fix codestyle

099cd7c200a3f270081cb1069ada148f54e128b9 authored over 7 years ago
implement rule

f9be58a2a5c93961f1aad5a430fb5fab1632830c authored over 7 years ago
correct description, check is open,abstract,inherit something

43ce49630e6eb674c1ec123e30d5cc7952158735 authored over 7 years ago
add new line in the end of file

5b89a96cd2c2bc8b146efcb97508a44e86d987b6 authored over 7 years ago
add more tests

6846506aeca2bea7eea634b005eb122dfcb035e9 authored over 7 years ago
implement rule and tests

ede9f18df322cf54ff43ac5940c855b3c5cfac25 authored over 7 years ago
fix code format

50deb9c85bb2c34699b610fe227626d820ad3b9c authored over 7 years ago
Updated UselessPostfixExp in detekt-config

dbaa920af06346b24cf2d9707c720ba4d3d24432 authored over 7 years ago
Do not double report naming conventions, fix test skipping by upgrading to newest junit5 milestone - closes #373

aa6a0b3ba7d640654a19193b2de0cc17d6b0ceb2 authored over 7 years ago
Added break and continue to unreachable code rule

72fcc59b64a75520087449a21bcfeb77281edc5a authored over 7 years ago
Use failfast configuration in CI

c49bf949a9b4370da85bb2d820a5274fa6256f7d authored over 7 years ago