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

Remove redundant documentation parts from readme, link to detekt's website - #759

github.com/detekt/detekt - d9e55cbdecffc4f0309256e3a26fa78995792451 authored almost 7 years ago
Corrected "Allowed Maximum" message

github.com/detekt/detekt - fb2dfaba01cf8cb78c1e0b1063644974ed03b9a5 authored almost 7 years ago
Splitted positive and negative test cases in TopLevelPropertyNaming

github.com/detekt/detekt - 2f70d3506a347c89bfbce60e9c1a2db100707200 authored almost 7 years ago
Splitted positive and negative test cases in ObjectPropertyNaming

github.com/detekt/detekt - 6e37fe7644f34bca3f6150fdd5b3026feea9eec6 authored almost 7 years ago
Migrate to Gradle DSL

github.com/detekt/detekt - 48caa29781fa067a16d56ec0bd0f39daa8900325 authored almost 7 years ago
Fixes #857 - Fixes UselessPostfixExpression false positives

github.com/detekt/detekt - 2bcd24309146d58e5d0eb6262134c65e65a0ea6f authored almost 7 years ago
Reverted Changelog, fixed contributor cound in README, made comment detection more strict

github.com/detekt/detekt - 4795ccb201ce3161fea007363e64605fdb478d51 authored almost 7 years ago
Simplified contains statements

github.com/detekt/detekt - 43b59737ab787dd3ced8bcb2a3c995c52e6a74fd authored almost 7 years ago
Added option to exclude comments from MaxLineLength

github.com/detekt/detekt - 5760775bfea7f67afeeb028863574503d081bb63 authored almost 7 years ago
Added separate testcase for MaxLineLength with Comments and added new configoption to default-detekt-config.yml

github.com/detekt/detekt - 627eebc85980b5a65adc4ebe9a5c973a14d0d591 authored almost 7 years ago
Added and updated tests for console reports

github.com/detekt/detekt - aac54ed7671efc9a98bd053005bd73a96ff0309a authored almost 7 years ago
Added test in detekt-rules for EmptyFunctionBlock

github.com/detekt/detekt - 4b5556e42953f2a74ad0d2f9023a2a1f3194da59 authored almost 7 years ago
Removed unused method in Listing

github.com/detekt/detekt - f5353e9644f43e2744f7a4b6fac33b41d8979381 authored almost 7 years ago
Added and refactored tests in console/out

github.com/detekt/detekt - 48f44520fb1eeb520bc3305da591df79cfc91157 authored almost 7 years ago
Added tests to console/out package

github.com/detekt/detekt - 5314c7ce34bbef59808bd2fd0f03ce559d731050 authored almost 7 years ago
Removed unused classes

github.com/detekt/detekt - ea518ee5389c6db8fab313ec530de4f6ca57fc41 authored almost 7 years ago
Added tests to cli/out package

github.com/detekt/detekt - 8df2c0a7000c1a0aba2c23e67f0025344abc912b authored almost 7 years ago
Added tests to cli/baseline package

github.com/detekt/detekt - cf0af969c039c8189971f3d2457a0b790c09ef77 authored almost 7 years ago
Added constantPattern to ObjectPropertyNaming

reference #844

github.com/detekt/detekt - c058187df713178ae1de66c56a6239e0019296e7 authored almost 7 years ago
Refactored ObjectPropertyNaming

github.com/detekt/detekt - 2c45ca65293c91977779c28165774d76eba5b69a authored almost 7 years ago
Updated subject naming spec

github.com/detekt/detekt - 684ae3dc5863a5b21d64a603821a33481e7a7aa5 authored almost 7 years ago
Splitted test cases for ObjectPropertyNaming and TopLevelPropertyNaming

github.com/detekt/detekt - e92f358e54c658c8e30c983a4295a80acbee10c4 authored almost 7 years ago
Add more projects to the analysis list

github.com/detekt/detekt - ff3a7f4c6d7a803420029e49f3c2fcba4195833e authored almost 7 years ago
Implement script to download given analysis projects

github.com/detekt/detekt - 97489e2a73720a784f2e6e7f4a1ad3176d512d71 authored almost 7 years ago
Add dependencies for gradle plugin (for custom rules)

Following the feature request https://github.com/arturbosch/detekt/issues/795,
this commit imple...

github.com/detekt/detekt - cc369068ffbf95087b86e2dac1908b836651dec7 authored almost 7 years ago
Split testing file into positive and negative cases - #812

github.com/detekt/detekt - 53bf050caecdec30da6c4c45ef33a0f2975a8729 authored almost 7 years ago
Fix false positives in unused private members - closes #812

github.com/detekt/detekt - d74411c5dbf0fea81b534d67b6bfc806d25bb23a authored almost 7 years ago
Reduce false positives for unused private functions - #812

github.com/detekt/detekt - 0ffc149364bc5bae096cda32451bec8babb09a73 authored almost 7 years ago
Introduce regex configuration for unused private member - #812

github.com/detekt/detekt - a0c848c3775660ce3ba8e2ac312d102b1c0b694e authored almost 7 years ago
Allow underscore as ignored exception name in EmptyCatchBlock

github.com/detekt/detekt - 6e4628f0a9efc90435e3d7011ec018dd59d007db authored almost 7 years ago
Correct detekt extension profile

github.com/detekt/detekt - 2c3f074aff9b139edb112cf7a7c355b3cb1862e9 authored almost 7 years ago
fix violation (VariableNaming - [USER_HOME] at ./build.gradle.kts:182:1)

github.com/detekt/detekt - a5e759b7d2fe9a46cea0ed761bc33645039190ca authored almost 7 years ago
migrate detekt-gradle-plugin/build.gradle to kotlin dsl

github.com/detekt/detekt - abef4f0839758314a859799dc219547372116a64 authored almost 7 years ago
fix violations (UnsafeCast)

github.com/detekt/detekt - ef5d8a7f7c97f932d79a98c135c83845d20db182 authored almost 7 years ago
migrate detekt/build.gradle to kotlin dsl

github.com/detekt/detekt - ce66576a8a6c1269d9dd251fa82679b1b6350bb8 authored almost 7 years ago
Use absolute paths in console output to make them clickable - closes#838

github.com/detekt/detekt - 563e6a3685862ab8cbc4a613ea27bff7a7352dce authored almost 7 years ago
Added multi-rule debt to documentation

github.com/detekt/detekt - b4826f07f6e551714b4c4e0991c6e7e551c0cfdc authored almost 7 years ago
Added rule debt to documentation

github.com/detekt/detekt - 1ace294a7e0008b292618b85cef60eabb3b5e9eb authored almost 7 years ago
Fixed #783 - OptionalAbstractKeyword false positive

github.com/detekt/detekt - f569660bee431a9db9c831e89df1e5ff08d68401 authored almost 7 years ago
Update mention of git commit hook in CONTRIBUTING.md

github.com/detekt/detekt - 93a2c5aab377c879f2b5b2cc246e1d1225a72898 authored almost 7 years ago
Do not write deprecated build fail properties to default config file - Closes#811

github.com/detekt/detekt - f4e0078ccb29abe73b5692adca6a7378a2ac7f14 authored almost 7 years ago
Fix debt reporting in console report

github.com/detekt/detekt - c355b87e54ce781ccfc992d60baf30aa5302c0d2 authored almost 7 years ago
migrate detekt-sample-extensions/build.gradle to kotlin dsl

github.com/detekt/detekt - aed80a73907105670cef43e29716c5fafddec357 authored almost 7 years ago
Update kotlin to v1.2.31

github.com/detekt/detekt - d9e69d5bf0d431467de7714536b7c45e7a95833b authored almost 7 years ago
Add gradle wrapper and CI badgets to readme

github.com/detekt/detekt-intellij-plugin - 5abb4f0753be7a7cbf2140dce03993a17d3dd036 authored almost 7 years ago
Remove intellij plugin from detekt's main repository

Mention the new plugin repository in readme

github.com/detekt/detekt - fe22050d3f5cc1489b6f865e7a3174c1bb857bd5 authored almost 7 years ago
Turn off code instrumentation (@NonNull etc) to make intellij plugin buildable under java 9

github.com/detekt/detekt - a1cb595986222b7657bb99ed19e743ee7a413a57 authored almost 7 years ago
Add CI travis & appveyor

github.com/detekt/detekt-intellij-plugin - bf2678cebc58e4dac4d98b292e4b31884ddffc96 authored almost 7 years ago
Extract intellij plugin from detekt repository

github.com/detekt/detekt-intellij-plugin - 7d9775d444f602e393460e9f5a591ae72fd92527 authored almost 7 years ago
DIP: Update dependencies

github.com/detekt/detekt-intellij-plugin - af88bbbbe0a5a980f2824f19413326c43f70840a authored almost 7 years ago
Fix ReturnCount issue

github.com/detekt/detekt-intellij-plugin - a66f0465a86fd8f340af9330cd17e34953fd7eed authored almost 7 years ago
Detekt IntelliJ Plugin UI

github.com/detekt/detekt-intellij-plugin - 69287a0824adc1318ffaf6ed79432055ef363e4c authored almost 7 years ago
Detekt IntelliJ Plugin bootstrap

github.com/detekt/detekt-intellij-plugin - 2313a0987b229d69ead95ab6fe19d37347b05ecc authored almost 7 years ago
Added filepath to console output when generating reports

github.com/detekt/detekt - 23a240b7ba3eab609b2de66d73e7444d64a046a1 authored almost 7 years ago
Removed commit message length check from commit-hook

github.com/detekt/detekt - 2cc4e0fdf6e55a4211a035aef8dd3810c38c609c authored almost 7 years ago
Added first version for commit hook

github.com/detekt/detekt - bd9234a89d1c9ad90119df019ede2b62e4087a94 authored almost 7 years ago
Added threshold change to changelog

github.com/detekt/detekt - 986da0831b59938ef02bf065bf1ca666aa41b545 authored almost 7 years ago
Updates Readme with corrected links to RuleSets documentation and adds missing `naming` doc.

github.com/detekt/detekt - d19943220ad10352c5090692f13249ad00e48df5 authored almost 7 years ago
Updated debt report

github.com/detekt/detekt - 1d9c167df6a9b64888c88d50b86fb78dfca632f6 authored almost 7 years ago
Fixed formatting in DebtSumming

github.com/detekt/detekt - 3d61747a9dc5a3117dd778dc454a6b8b7e5800f3 authored almost 7 years ago
Fix ReturnCount issue

github.com/detekt/detekt - c39ea57f1935dac62525e9ecd28edc28a9761fef authored almost 7 years ago
Detekt IntelliJ Plugin bootstrap

github.com/detekt/detekt - a7e87390ee246e5b304d6ea49a49645441650143 authored almost 7 years ago
Revert: Fix ConcurrentModification exception

github.com/detekt/detekt - 465cfd7f4c231d4a65a87704a521762ca72983a6 authored almost 7 years ago
DIP: Update dependencies

github.com/detekt/detekt - 094d43594338a5d0af2f82f718dd2a11875b2ddd authored almost 7 years ago
Detekt IntelliJ Plugin UI

github.com/detekt/detekt - fb434ef4d4fa336bd6a60ff9f3086fca30cab81e authored almost 7 years ago
configuration form

github.com/detekt/detekt - 0a7951c3005790147a4dc2197862b53e07b385b6 authored almost 7 years ago
Fix ConcurrentModification exception

github.com/detekt/detekt - 2adf333fa7c907a78bdfd0d9345f70a773f35431 authored almost 7 years ago
DIP: Added readme

github.com/detekt/detekt - bae72a4fcf2751af41a69e5e3f2769d642b9500e authored almost 7 years ago
migrate very first projects and settings.gradle to kotlin dsl

github.com/detekt/detekt - 43b341040180073126dd2737c9f6cd9e017fb37b authored almost 7 years ago
move pluginManagement.repositories to build.gradle

github.com/detekt/detekt - be557b69929471831c8bade1de3adacfb3c8ce48 authored almost 7 years ago
fix detekt violations in kts files

- TooGenericExceptionThrown
- MaxLineLength

github.com/detekt/detekt - a50262ae4ccda31db228e458094c34ee46abcf4d authored almost 7 years ago
adjust doc location in kotlin gradle file

github.com/detekt/detekt - 1dd06c0c9e9989fb2e5671bd0e3185f8341b0ffc authored almost 7 years ago
Remove old generator/style.md

github.com/detekt/detekt - 46592a6827138d210197da0e31ebfc23c73eb5bc authored almost 7 years ago
Updated rule debt values

github.com/detekt/detekt - d0a9ae957e6042d81d93912b52d7d32b73b41a57 authored almost 7 years ago
Refactored `Issue` to explicitly specify debt

github.com/detekt/detekt - c52ccf72de7b02bc92ff7c5054077ccc84501df2 authored almost 7 years ago
Fix loading sample rule set testcase expecting debt as a parameter - #776

github.com/detekt/detekt - 20e85b96cc6c720e406ff2f671538c99239e2da8 authored almost 7 years ago
Added mention in README

github.com/detekt/detekt - 82825476f7b01a75f651ed0d4141360dbb400e5f authored almost 7 years ago
Fixed #814 - webpage documentation generator

* Added noncompliant code to IteratorNotThrowingNoSuchElementException
* Generator does not supp...

github.com/detekt/detekt - b34507b8e5cf1438d2b880cffc2f0a5622f4a23a authored almost 7 years ago
Updated exception text in detekt-generator

github.com/detekt/detekt - 002c1a46ffb91685f099b3bc401242086549abd0 authored almost 7 years ago
Refactored NestedClassesVisibility rule

github.com/detekt/detekt - e3e3b30cf6175ad827b6167c602c069342ebb4bf authored almost 7 years ago
Fixed #814 - NestedClassesVisibility doesn't detect violation for object

github.com/detekt/detekt - 0c8f8e704375e469a419d8dcfbdcfa60d1acaefc authored almost 7 years ago
Added naming ruleset to RC6-3 migration guide

github.com/detekt/detekt - a36c1850ed4d15b4be9501dc050be68fa340c637 authored almost 7 years ago
Add Novoda static analysis plugin to readme

Also splits out mentions from integrations as they're hard to distinguish otherwise

github.com/detekt/detekt - a661b2fa0d83e0ba9166ab18f094d98aa4011970 authored almost 7 years ago
Updated EmptyFunctionBlock rule

* Fixed false negative
* Added ignoreOverriddenFunctions config option

reference #800

github.com/detekt/detekt - d5459623cb3b74a42fae1121e891791a94c4dd2a authored almost 7 years ago
Fixed #791 - UseDataClass candidate with only private constructors

github.com/detekt/detekt - 2d36ddcab2ddf5fc77dbb761f69be285a7d7f8b7 authored almost 7 years ago
Addressed feedback for spacing

github.com/detekt/detekt - 475491a2592b2e445cffd3952e085f2d3f5f99c4 authored almost 7 years ago
Update pull request template

github.com/detekt/detekt - 9cade4a2b63e326471944eec6eec7da60ef07aa3 authored almost 7 years ago
Mention contributing guide

github.com/detekt/detekt - 959cd9f60c66fa62da9c589408182742ce7e4615 authored almost 7 years ago
Create pull request template - #797

github.com/detekt/detekt - e60d6238261dd95503beab2497bfae9914fc3c9b authored almost 7 years ago
Update pull requests link

github.com/detekt/detekt - 112bdd82e267ef3e87bcc9cbacad49b8b0731745 authored almost 7 years ago
Update ISSUE_TEMPLATE.md

github.com/detekt/detekt - ef789f62e620c5fe289c2cfcd4884d2aa3403b2d authored almost 7 years ago
Remove part about the browser

github.com/detekt/detekt - 38478396f0f0bba2354c2f5f88ba89fa0a60db92 authored almost 7 years ago
Create issue template - #797

github.com/detekt/detekt - 2810918a7d63cfba6b8f6c4c9c4a0dc88403f0f8 authored almost 7 years ago
Update issue template

github.com/detekt/detekt - 4bc99d8acc18b310fcf40e5b173cd78ee50a18da authored almost 7 years ago
Update used detekt versions

github.com/detekt/detekt - 3609654d8e70d6302efd10eb00c2e53de1b4aef0 authored almost 7 years ago
Update roadmap

github.com/detekt/detekt - 67a224ee6c023c19dda434a492e9fedc512b4365 authored almost 7 years ago
Prepare rc6-4 release

github.com/detekt/detekt - f193c75ae033617f3f0f2018f81c1b7451832dc0 authored almost 7 years ago
Update test dependency and publish versions

github.com/detekt/detekt - f63b95021593d6793fea02a2db397d2b2a6a6c5f authored almost 7 years ago