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

Added unreachable code rule

github.com/detekt/detekt - 8be2ba311e6836908cc888feacf63484506cc1ad authored over 7 years ago by schalkms <[email protected]>
Implement MagicNumber rule - #261

* Add MagicNumber.

* Also report usages of magic numbers in if+when statements.

* Better d...

github.com/detekt/detekt - d92d37a8d5933eeaa244a05984128bc23473a313 authored over 7 years ago by Niklas Baudy <[email protected]>
Added CLOC count metric

github.com/detekt/detekt - b34fdbd2b298aaf05f50d23970b731bcfd530f9e authored over 7 years ago by schalkms <[email protected]>
Added inner visitor to prevent wrong results

github.com/detekt/detekt - 5aae65c4b57c99d3b5d114e4c321f89b28af04a1 authored over 7 years ago by schalkms <[email protected]>
Use visitImportList instead of visit.

github.com/detekt/detekt - 1082a1ebcd29980950a3ff695a61598db949b294 authored over 7 years ago by Niklas Baudy <[email protected]>
Better description.

github.com/detekt/detekt - 823814278844192557e8680208944c06cc0e25a3 authored over 7 years ago by Niklas Baudy <[email protected]>
Add ForbiddenImport.

github.com/detekt/detekt - a9bd3c8caf33face85da0781c1d86cbaa5c1ca4b authored over 7 years ago by Niklas Baudy <[email protected]>
Clean up output facade

github.com/detekt/detekt - a384fff90144bec9ca3837f7b4c8022c254f986a authored over 7 years ago by Artur Bosch <[email protected]>
Implement debug logger

github.com/detekt/detekt - a6d0204492e0ae01b489ce097bcff0e14e8aab2c authored over 7 years ago by Artur Bosch <[email protected]>
Measure only detekt run time

Reports are negligible (12 ms).

github.com/detekt/detekt - 06238b0cd54de979a78359b01f289ff99944aa59 authored over 7 years ago by Artur Bosch <[email protected]>
Allow to exclude processors with id

github.com/detekt/detekt - 0bc184a2ec2c49b386d9fc720229d997353dcec2 authored over 7 years ago by Artur Bosch <[email protected]>
Rename to BaselineFacade

github.com/detekt/detekt - eda66ca9e8217f7c41552a4a8c0698b5beaf6c20 authored over 7 years ago by Artur Bosch <[email protected]>
Allow to turn on/off console and output reports

github.com/detekt/detekt - 4f7e838d3a438d460f9a6199882d73ffb99da01d authored over 7 years ago by Artur Bosch <[email protected]>
Fix code style issues

github.com/detekt/detekt - 61820e6baf84f111158bbc750d9a9446f17d6aa7 authored over 7 years ago by Artur Bosch <[email protected]>
Allow to disable processors

github.com/detekt/detekt - 9828713892cb1c30f95653a97433c724a2a7efc9 authored over 7 years ago by Artur Bosch <[email protected]>
Introduce extension interface - #243

github.com/detekt/detekt - fffc89830a3b3049e1e01b9d61a2907da1cbbd78 authored over 7 years ago by Artur Bosch <[email protected]>
Implement ConsoleReport facility - #171

github.com/detekt/detekt - 3657d843f0d71d2b5dffc837f5b0483760d720a4 authored over 7 years ago by Artur Bosch <[email protected]>
Address style violations from code review

github.com/detekt/detekt - 08c7764bf7ac60a807ac4cfc356ec285bfbcd0a0 authored over 7 years ago by Artur Bosch <[email protected]>
Change priorities of default console reports so that users have more priority numbers to add between each default report

github.com/detekt/detekt - 1b9138418793e6fcc5075fae4d26b2c17f9fd7dd authored over 7 years ago by Artur Bosch <[email protected]>
Implement build failure as ConsoleReport - #171

github.com/detekt/detekt - 0edce859d8522a21fe3c89eabe09729244699bad authored over 7 years ago by Artur Bosch <[email protected]>
Rename more rules to plugins - #134

github.com/detekt/detekt - 27ee81bd4eead24cb6d5b68f99a9d8a97acf70ae authored over 7 years ago by Artur Bosch <[email protected]>
Refactor output format to be independent of constructor arguments - #171

github.com/detekt/detekt - f536dcd3c1e731cfd889ed035068b6e4a3306ff2 authored over 7 years ago by Artur Bosch <[email protected]>
Correct printing of findings - #171

github.com/detekt/detekt - 27262562ae710db8355b508a768968f70c0ab25c authored over 7 years ago by Artur Bosch <[email protected]>
Move output format to api module

github.com/detekt/detekt - 0fb8ea710af2736cf69c2ee32c4713baafd7bb25 authored over 7 years ago by Artur Bosch <[email protected]>
Notify the user about writing output reports

github.com/detekt/detekt - 7aca3aed64c0e21225750de0c042b6bb8b74e98f authored over 7 years ago by Artur Bosch <[email protected]>
Migrate BuildError

github.com/detekt/detekt - 126b02af8b8ba1bbb63e4d9a5f6f3d7f49d255dd authored over 7 years ago by Artur Bosch <[email protected]>
Separate main method from jcommander arguments

github.com/detekt/detekt - 65250b58d9c483529225ca0d4b2b52ae7ea25ff8 authored over 7 years ago by Artur Bosch <[email protected]>
Move formatters to out package

github.com/detekt/detekt - 14b265379b69d85c47c4dae33229282e215bec4f authored over 7 years ago by Artur Bosch <[email protected]>
Remove loading processors from cli - #101

github.com/detekt/detekt - 1bbb28c9e190c88c02a847b6175ac90fec2196b1 authored over 7 years ago by Artur Bosch <[email protected]>
Filter detection result before reporting

github.com/detekt/detekt - 372f86096cc88285ab6c9aa24443946054d0c3ff authored over 7 years ago by Artur Bosch <[email protected]>
Add detekt file processors to cli - #101

Having core and cli provide processors, the meta-inf file gets overriden.

github.com/detekt/detekt - f2b15fda98307362fd8a086d939f5dc58b94cccc authored over 7 years ago by Artur Bosch <[email protected]>
Refactor OutputFacade to meet new services

github.com/detekt/detekt - 793a5c0c36512eb847986d3004268a4d9143ac27 authored over 7 years ago by Artur Bosch <[email protected]>
Rename outputformat to output report

github.com/detekt/detekt - 782ecb242184b150b887e5c6cd230a23b8e5c9f0 authored over 7 years ago by Artur Bosch <[email protected]>
Fix project statistic processors

github.com/detekt/detekt - 87b659584a669cde479f4d490196064cd359cb5d authored over 7 years ago by Artur Bosch <[email protected]>
Remove unsafe call to input

github.com/detekt/detekt - 2fe8b18206d5a999f9837c7eac1364a8820ae316 authored over 7 years ago by Artur Bosch <[email protected]>
Merge processor and visitor files

github.com/detekt/detekt - 51dcb35d0b942f4c6e4aa4e61e7b5066582bcb78 authored over 7 years ago by Artur Bosch <[email protected]>
Change output parameter to be a directory for storing all output reports

github.com/detekt/detekt - 67821ffd7d7bd2f14b78d9005f8684eda66c23a0 authored over 7 years ago by Artur Bosch <[email protected]>
Rename rules to plugins argument - #closes #134

github.com/detekt/detekt - 20b14f52989d614be1d98e1bcc1d3efcef829a6b authored over 7 years ago by Artur Bosch <[email protected]>
Support project metrics for project statistic reports

github.com/detekt/detekt - 1e52bf46b09a0afd63baac0a5ea2be1c72081ca3 authored over 7 years ago by Artur Bosch <[email protected]>
Remove instance methods

github.com/detekt/detekt - 15d2c4b2d7a16a0acb12b5fde99ce1e6e1982a97 authored over 7 years ago by Artur Bosch <[email protected]>
Allow to exclude reports by id

github.com/detekt/detekt - 9c11c963867d74b2d88dc31f4ac69d5d1124d381 authored over 7 years ago by Artur Bosch <[email protected]>
Rename OutputFormat to OutputReport

github.com/detekt/detekt - 9efe30c495f2f0e0bb928eb025aad63b45c1e9ad authored over 7 years ago by Artur Bosch <[email protected]>
Rename method to function and field to property

github.com/detekt/detekt - b87922ea1f762087f1c899e0445134dba0141d6b authored over 7 years ago by Artur Bosch <[email protected]>
Sort project metrics by priority

github.com/detekt/detekt - bf766f5e4bc6bd85a1a229b22f8224473419debe authored over 7 years ago by Artur Bosch <[email protected]>
Correct xml output format test cases

github.com/detekt/detekt - 1e7bbd0efa81606a79d30bac1e8eb2b46e2af0a3 authored over 7 years ago by Artur Bosch <[email protected]>
Rename project to input path in idea extension

github.com/detekt/detekt - af1e9517a7f35294faeadf6e10088c561cca2a00 authored over 7 years ago by Artur Bosch <[email protected]>
Move ConsoleReport to api module - #171

github.com/detekt/detekt - fcc1214e962864f84c493704552fecae84ab566a authored over 7 years ago by Artur Bosch <[email protected]>
Extract processor, notification and processor api to api module - #101

github.com/detekt/detekt - ff0a868d8cb7c08ac0e01337558d16b761b5ecc5 authored over 7 years ago by Artur Bosch <[email protected]>
Load file processors and console-, output reports through a service loader - #101

github.com/detekt/detekt - 720beb294e6abc86a50f6fcee5c85f5fc8bd19cc authored over 7 years ago by Artur Bosch <[email protected]>
Remove old SmellThreshold

github.com/detekt/detekt - f001568635e8973baa0d9a6c0553f841325af24d authored over 7 years ago by Artur Bosch <[email protected]>
Fix code smells

github.com/detekt/detekt - f0348541d8ffffd66c1ef4c7d2ac92dba0161b3d authored over 7 years ago by Artur Bosch <[email protected]>
Added rule for abstract modifiers in interfaces

Added AbstractInInterface rule to config.yml

Refactored abstract modifier in interface rule

Ad...

github.com/detekt/detekt - 4c55b334406ae44544f9399a02f22a5ea062bd3a authored over 7 years ago by schalkms <[email protected]>
Change description of ReturnCount

github.com/detekt/detekt - 3b665aa08300838227177faee37d5637506eee35 authored over 7 years ago by Niklas Baudy <[email protected]>
Fix description.

github.com/detekt/detekt - af7e80123d9cabe5c96c84358810704fcaf06624 authored over 7 years ago by Niklas Baudy <[email protected]>
Add ReturnCountRule.

github.com/detekt/detekt - 4439bfb5328f88b7303a51b157a819c2fc48a46d authored over 7 years ago by Niklas Baudy <[email protected]>
Fix input flag for standalone gradle task in README

github.com/detekt/detekt - d47ca910300486fb854dd83fa990fc2be821458b authored over 7 years ago by Anna Y <[email protected]>
LateInitUsage: One annotation match is enough to let the property be ignored.

github.com/detekt/detekt - 2b075420b13231470da924ac96979547c0ff62fa authored over 7 years ago by Niklas Baudy <[email protected]>
Added rule for safe cast to config.yml

github.com/detekt/detekt - bcc691883e3c287efafb780534d1bc89ba3ef625 authored over 7 years ago by schalkms <[email protected]>
Add style rule for ModifierOrder - closes #129

* add style rule for ModifierOrder

* include ModifierOrder rule in default config and README....

github.com/detekt/detekt - 27b639c8f6d2ab9d175d2c206ea6899fe95b579a authored over 7 years ago by Marvin Ramin <[email protected]>
introduce BaseRule, split out Rule and MultiRule

github.com/detekt/detekt - 4f89dc514bf8f3a567cb144ce0829b91b484cb23 authored over 7 years ago by Marvin Ramin <[email protected]>
update rule reporting extension function

github.com/detekt/detekt - fd9ae682bd88be6d2a1feb9223328fb7367b3034 authored over 7 years ago by Marvin Ramin <[email protected]>
setup subrules and migrate maxlinelengthrule

github.com/detekt/detekt - 42038a17acbe22ee6190e030da6369932fc41ed8 authored over 7 years ago by Marvin Ramin <[email protected]>
test rules and subrules and add active checks to subrules

github.com/detekt/detekt - f59b034deab6741e6e1997d053d31579447110b1 authored over 7 years ago by Marvin Ramin <[email protected]>
check if rules are active before applying

github.com/detekt/detekt - 632be6af3341ead8917db4de315b5c573240f900 authored over 7 years ago by Marvin Ramin <[email protected]>
include adjustments to multi and subrules

github.com/detekt/detekt - f66f11d33a6c92c6bef8f2ceed6d8b21c1984a10 authored over 7 years ago by Marvin Ramin <[email protected]>
fix code smells

github.com/detekt/detekt - d8f5bcf97adccd3b03104d12ee99a06f3fca783c authored over 7 years ago by Marvin Ramin <[email protected]>
add missing suppression check to Rule

github.com/detekt/detekt - 2e95489d813a49db59e64ef83eba271d5561fc7e authored over 7 years ago by Marvin Ramin <[email protected]>
Added metrics for packages and kt files

github.com/detekt/detekt - 4d74f3acaea0309e6f1ee8e3aae5f3fac8fb9c61 authored over 7 years ago by schalkms <[email protected]>
Add metric threshold to message

github.com/detekt/sonar-detekt - d65d53c091fbd283d8c86d95bae86f4e2c13a92a authored over 7 years ago by Christoph Grabmüller <[email protected]>
Updte gradle plugin badge

github.com/detekt/detekt - 50c4e69afaf5c4753edd747919a514dcec3684d6 authored over 7 years ago by Artur Bosch <[email protected]>
Added rule for safe cast instead of if-else-null (#233)

* Added rule for safe cast instead of if-else-null

* Added negative test cases for safe cast ...

github.com/detekt/detekt - 7602427e9e04ff806d7e66fde3a70727a43b40fc authored over 7 years ago by schalkms <[email protected]>
Added metrics for classes, methods and fields (#237)

* Added metrics for classes, methods and fields

* Removed imports with * from metric classes
...

github.com/detekt/detekt - a129883558d8ffe725ba86b5dee844edfa4239f8 authored over 7 years ago by schalkms <[email protected]>
Fix --project mention in README

github.com/detekt/detekt - 3df47e22fea141518a16b8b4351e2a5b73d00604 authored over 7 years ago by Niklas Baudy <[email protected]>
Use newest detekt with failfast profile in CI

github.com/detekt/detekt - 37700c5e589895605018140d5ff1478858df81b8 authored over 7 years ago by Artur Bosch <[email protected]>
Rewrite sample test with newer detekt-test api - #222

github.com/detekt/detekt - a605b6383a587402c655231209cbd03c859ddc7c authored over 7 years ago by Artur Bosch <[email protected]>
Revert detekt profile change in CI

M13.2 needs to be released first.

github.com/detekt/detekt - 3364ce9f6ab49cea0cc3de42ca8c526a2362f392 authored over 7 years ago by Artur Bosch <[email protected]>
Prepare M13.2 release

github.com/detekt/detekt - be28b2c813cdd0d9984481c5622e272900ae1dea authored over 7 years ago by Artur Bosch <[email protected]>
Fail fast in detekt CI - closes #212

github.com/detekt/detekt - 1958a26bf33970147311c1786256d14e8d0464d3 authored over 7 years ago by Artur Bosch <[email protected]>
Use main profile always as baseline if specified - closes #231

github.com/detekt/detekt - 5911e993708ced70cb56e90456b40e013102ce69 authored over 7 years ago by Artur Bosch <[email protected]>
Fix SpreadOperator issues

github.com/detekt/detekt - 2cdbe9bd8a77c072becd124ad76a7a21ca6be72d authored over 7 years ago by Artur Bosch <[email protected]>
Add new UndocumentedPublicClass properties - #210

github.com/detekt/detekt - a5228836f068a7c3d5807f420083651f121360da authored over 7 years ago by Artur Bosch <[email protected]>
Extend UndocumentedPublicClass with searchInNestedClass, searchInInnerClass & searchInInnerInterface properties. (#210)

* Extend UndocumentedPublicClass with searchInNestedClass, searchInInnerClass & searchInInnerInt...

github.com/detekt/detekt - 2aaf8766d02dd7ff380fd1afe18304d08c9ee6dc authored over 7 years ago by Niklas Baudy <[email protected]>
Fix DetektGenerateConfigTask to use --input instead of --project.

github.com/detekt/detekt - 2f3f7854024922851d1b112e6881091bfa191702 authored over 7 years ago by Niklas Baudy <[email protected]>
Prototype jacoco code coverage support - #7

github.com/detekt/sonar-detekt - 0f9e77e148aaa05a4a427a3342acc0af5547eed8 authored over 7 years ago by Artur Bosch <[email protected]>
Update gradle plugin badge

github.com/detekt/detekt - f72913c28dd6af00dd9a558ffa99f18bd281ca66 authored over 7 years ago by Artur Bosch <[email protected]>
Prepare M13.1 release

github.com/detekt/detekt - 45da56f46d47e3c28c62f70baa7571fa48dd6ae2 authored over 7 years ago by Artur Bosch <[email protected]>
Implement ForbiddenComment Rule.

github.com/detekt/detekt - 7f018ebbe44721f625219cec78c861851f8000e4 authored over 7 years ago by Niklas Baudy <[email protected]>
LateinitUsage: Add ignoreOnClassesPattern property.

github.com/detekt/detekt - beddf70e0aa1e04b3f3e1a13ced8ab6a4d47da79 authored over 7 years ago by Niklas Baudy <[email protected]>
rename WildcardImport exclude parameter to excludeImports

github.com/detekt/detekt - 359be2375e2b6b874eeb5b52aba0eba7ce62a84e authored over 7 years ago by Marvin Ramin <[email protected]>
extract excluding parameters into Excludes class

github.com/detekt/detekt - 0ad2de9a09b63055cbb0ba897f28228b208e8394 authored over 7 years ago by Marvin Ramin <[email protected]>
imports and reformat

github.com/detekt/detekt - 92ab2f0c2c48ff9922427201f0bd7435e926ae76 authored over 7 years ago by Marvin Ramin <[email protected]>
use excludes for LateinitUsage rule

github.com/detekt/detekt - 7129db3f55eaa32e5c5a96ddd1691eca5744ed55 authored over 7 years ago by Marvin Ramin <[email protected]>
add spec for excludes

github.com/detekt/detekt - d4c3f397fb421782576e5c24e59d74608c18bce0 authored over 7 years ago by Marvin Ramin <[email protected]>
add parameter to exclude wildcard imports from WildcardImport rule

github.com/detekt/detekt - cf71faa23d331e891c58a8d6713d4f1c5a9229d2 authored over 7 years ago by Marvin Ramin <[email protected]>
Rename function name

github.com/detekt/detekt - fa7e4353e48a161261ceac6057b06832c75fa8e3 authored over 7 years ago by Artur Bosch <[email protected]>
Exclude anonymous objects from documentation check - closes #213

github.com/detekt/detekt - 8a2ad703fe4a6c512b018b2e4acf603faea85031 authored over 7 years ago by Artur Bosch <[email protected]>
Provide a test case for custom rule sets - #214

github.com/detekt/detekt - aed506d7fbdd13191c08ab197e74fb796cd08425 authored over 7 years ago by Artur Bosch <[email protected]>
Mention empty-blocks rule set as default rule set

github.com/detekt/detekt - 8a89eabcabef37733eafb265bd26b144640c5a3d authored over 7 years ago by Artur Bosch <[email protected]>
Change gradle task parametr 'rulesets' to 'ruleSets'

github.com/detekt/detekt - d9cd378343f9b7dbb36900ef744fbd88abc0fd0a authored over 7 years ago by Dmitriy Samaryan <[email protected]>
Update Detekt to 1.0.0.M13 and add usedDetektVersion to gradle.properties.

github.com/detekt/detekt - 35923609925d63463dbcfd44f8eaaa93507095d2 authored over 7 years ago by Niklas Baudy <[email protected]>