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 MemberNameEqualsClassName rule

github.com/detekt/detekt - 462a1ebd75faae30f644c796cd7f15cdf167a1a5 authored about 7 years ago
Updated description for MemberNameEqualsClassName rule

github.com/detekt/detekt - 1624fbd0dfa6c0e5fbccd7995a028ad408a159b7 authored about 7 years ago
Add author.

github.com/detekt/detekt - 8031120b26a03b8166d51bcdfc8a15887ce67140 authored about 7 years ago
Change variable min & max length to match IntelliJ.

github.com/detekt/detekt - 631f2521d345e412dcace8960d04f16fbffad8be authored about 7 years ago
Update all the things.

github.com/detekt/detekt - 32061e4420714a506d9bf691d248de865f4f8a58 authored about 7 years ago
Improved documentation for rule test cases - closes #576

Violations are documented either with a descriptive name or a comment.

github.com/detekt/detekt - c9e91510db323e9cd038db6c46c733dc1923a2a8 authored about 7 years ago
Removed easter egg in README.md

github.com/detekt/detekt - d704eebfcd13f467bb8775867a8d4baab6a4622b authored about 7 years ago
Improved rule examples documentation

github.com/detekt/detekt - 873c2f5aadf6b17f7f856bfda2571ea3995b7ed9 authored about 7 years ago
Fixed typo in README.md

github.com/detekt/detekt - efe43429ea4c1819e891f867fa413ae64c3a1fc4 authored about 7 years ago
Implements #643 - MagicNumber ignores default values in ctor properties

github.com/detekt/detekt - 07555cf695cab7667d23c4f7afa82fbfeafbfeef authored about 7 years ago
Added test to MagicNumber

github.com/detekt/detekt - ea83a086c79db06b5c3d41c19632dc12ea17f331 authored about 7 years ago
Added MagicNumber change to CHANGELOG.md

github.com/detekt/detekt - bb62f56a4d7d3f378b5daf1446a384c8734791b0 authored about 7 years ago
Added tests for compliant and noncompliant code examples generation

github.com/detekt/detekt - 4f4520222ca1ce08a55a3efbfdcea70f0fe456c8 authored about 7 years ago
Added ConfigPrinter test

github.com/detekt/detekt - 416c6e22f2dfc229f3d976d2c79b27ad9b571297 authored about 7 years ago
Removed code duplication in detekt-generator/out

github.com/detekt/detekt - fc147226afa7994924769bb7fef96dd0aa7d073f authored about 7 years ago
Made minor refactorings in detekt-generator

* Moved classes to separate file
* Removed unnecessary arrayOf() declarations

github.com/detekt/detekt - b1c97f8f4e4be8386dd2b2b11f16cac367c8f96e authored about 7 years ago
Updated description of detekt-printer spec

github.com/detekt/detekt - a486b8135fa5469e997b82a5dcb6c5f5d189460a authored about 7 years ago
Added RuleSetPagePrinter test

github.com/detekt/detekt - c7af148e2643132fa805d152edf503d9d056c3c6 authored about 7 years ago
Use toSortedSet() instead of sorted().toSet()

github.com/detekt/detekt - e4a630c01192d82b250fa621f00afcda0af8d2fb authored about 7 years ago
Use sets for baseline lists for performance and avoid duplicates - Fixes #287, #566

github.com/detekt/detekt - e9dc330e6b6d972b97e2be27897ee6d646fa5c32 authored about 7 years ago
Do not use interal removed IndentingXMLStreamWriter - Fixes #566

github.com/detekt/detekt - 450892ae08a91fb92c1cbce09c568305358e617d authored about 7 years ago
Adapted test threshold for LargeClass rule

github.com/detekt/detekt - e4353b6dd3c27939eb76b74ff6009d4af693f99f authored about 7 years ago
Removed unused imports

github.com/detekt/detekt - 248aec2888cc9712469519c0892c9c1adb0fb629 authored about 7 years ago
Fixed a bug in the DuplicateCaseInWhenExpr rule

The following code always produces an empty duplicates list.
To find the duplicates a new method...

github.com/detekt/detekt - 82c6c8b0f5d780d5d177bc7f3b9aae1d013ca295 authored about 7 years ago
Removed wrong package declaration

github.com/detekt/detekt - 964a6c26d26c81c9aec02ea5be18e1063d6db2ed authored about 7 years ago
Remove "native filesystem" warning on Windows

Fixes this error when running Detekt:

WARN: Failed to initialize native filesystem for Windows
...

github.com/detekt/detekt - 16d4c66f0c2caf48433b3473b81a4f0854215d8c authored about 7 years ago
add basic documentation for exceptions RuleSet

github.com/detekt/detekt - 4cc9fd840d71b6f013df3e7fba39df575e0ad1cd authored about 7 years ago
update generated documentation for exception rules

github.com/detekt/detekt - 5dfd6c756f89cf6c576742532c5999edcd6792a0 authored about 7 years ago
update documentation

github.com/detekt/detekt - 975b896e5b1c40c6edccfc4cb5ad1f3b7b1ff0c6 authored about 7 years ago
improve wording in documentation

github.com/detekt/detekt - 6e5733c32fb5c0a94cff381e8bc2ecf35820ec60 authored about 7 years ago
update gradle to v4.4.1

github.com/detekt/detekt - 2e3d156263f566c9c38f00712a3c2f4e1dd7a697 authored about 7 years ago
update generated markdown documentation for comments rules

github.com/detekt/detekt - 5415d3abe14d505926ab450b946245c3ca4620c3 authored about 7 years ago
changes to documentation documentation

github.com/detekt/detekt - ede21f82125db1abb8b38d7a2e4b63c994a8588f authored about 7 years ago
update generated documentation

github.com/detekt/detekt - 90adf9093ac486f86b8abdea0f4b2dacba50f0f2 authored about 7 years ago
add documentation to all documentation rules

github.com/detekt/detekt - 55c7a2adb48be11b60b25f9d5f633ff4b2a74da8 authored about 7 years ago
fix DuplicateCaseInWhenExpression

github.com/detekt/detekt - 5afec4ae814c815ac0a95bedb5cd22a9448ada20 authored about 7 years ago
add more messages to findings

github.com/detekt/detekt - f2afb6849e92a272a24b0ac4b14468d5ea8a5174 authored about 7 years ago
add missing spaces

github.com/detekt/detekt - 8f48718532924224e8505f327090bd22870c39f3 authored about 7 years ago
update generated documentation for empty rules

github.com/detekt/detekt - 7c455a90f50732e11fe823cbd7a98fd4752c3708 authored about 7 years ago
fix typo in EmptyDoWhileBlock documentation

github.com/detekt/detekt - af8e2219863bc78a8495dad119f310b90eb3a188 authored about 7 years ago
add documentaition for "empty" rules

github.com/detekt/detekt - 8f686c19685d36da602e8a8ed77e3b2e1aabf208 authored about 7 years ago
fix small typo in Changelog RC6 migration

github.com/detekt/detekt - ad4dfdd0a297f28b6ffa4805afbcdb4c2745e314 authored about 7 years ago
Update used detekt version

github.com/detekt/detekt - 78a4af568e7482a7e115f421c38430df58aaf65c authored about 7 years ago
Prepare RC6 release

github.com/detekt/detekt - b5507c1c7f0c0a21af08cfe5c5e9d2f7fd1f9728 authored about 7 years ago
Sort rule sets before printing to default config

github.com/detekt/detekt - 97e9d3cf9b2e936f6670fa54513afdb161ef95e9 authored about 7 years ago
Added rule change to CHANGELOG.md

github.com/detekt/detekt - 5443e2ed343459aa18bc052937ba8c2595729cdc authored about 7 years ago
Renamed MethodNameEqualsClassName to support properties

github.com/detekt/detekt - 2290e69818bff3dc5b58ea023f26ab964bdd8808 authored about 7 years ago
Add kts test.

github.com/detekt/detekt - 0cdeaea2a15d9e246030a01e1b57264939af8549 authored about 7 years ago
Allow detekt to run on kts too.

github.com/detekt/detekt - 8a8de03b7a5f4c41755b37c963afc20b193f9ca2 authored about 7 years ago
Fix the build.

github.com/detekt/detekt - 2826385f7ad895ecd97ba60777d66e9d44309789 authored about 7 years ago
Allow numbers in ClassNaming.

github.com/detekt/detekt - 13e0702f313925591fd40ac9a84d9757e7754e52 authored about 7 years ago
Added compliant and non-compliant code examples documentation to rules

github.com/detekt/detekt - 4d8f7d6362c8a8075ec8638691cc2d0b25f54823 authored about 7 years ago
Updated kotlin compiler version

github.com/detekt/detekt - ef0416cae794782d00fbc358d12fa5f24fed9bd3 authored about 7 years ago
Updated code-example collector in detekt-generator

github.com/detekt/detekt - 182716727dbed0684c4f03f9e232166f4017e303 authored about 7 years ago
Added compliant and non-compliant code examples documentation to rules

github.com/detekt/detekt - 00433df08950f7afb99286ba159d9aeb4ccab75d authored about 7 years ago
Added more descriptive message to exception in detekt-generator

github.com/detekt/detekt - 2bb39481f92adf14e5747fc3af8c08075a13ebba authored about 7 years ago
Add TooManyFunctions to test-pattern exclude-rules by default.

github.com/detekt/detekt - a730f4cd5c2b47f539788cf589adfb16b36c41bc authored about 7 years ago
Updated kotlin compiler version

github.com/detekt/detekt - 61fe52658f5598a52ba4344a3f1a28c9b6a2dd0d authored about 7 years ago
Added rule documentation to CONTRIBUTING.md

github.com/detekt/detekt - 1b88118084227562fb879bf530450fe8ccd983d5 authored about 7 years ago
Merged CHANGELOG.md and MIGRATION_GUIDE.md

github.com/detekt/detekt - ba0f200d28357e7fd11e428881d3d6b365daa895 authored about 7 years ago
Support multiple input paths - #605

github.com/detekt/detekt - 0ad9ca5398405f97c1d2a1c6b648ec32e850a234 authored about 7 years ago
Use array literals in annotations

github.com/detekt/detekt - 629aa0831c71329230608f6ec72dad24c0ba2969 authored about 7 years ago
Rename creation method instance to create - #605

github.com/detekt/detekt - 0972c414bd8a48d02904226c4c2cba68e0eef3da authored about 7 years ago
Do not depend on a specific project path in core classes - #605

github.com/detekt/detekt - 1052050895b54d077120916437dec6991033c232 authored about 7 years ago
Print the number of analyzed files at the end

github.com/detekt/detekt - 1eb5a08216783e4f1bda53c29bf5c83fb4590e67 authored about 7 years ago
Update to version 0.3.0

github.com/detekt/sonar-detekt - 30125207e3c45142d0f89b2515c8174fd80204a6 authored about 7 years ago
Add some documentation about config and baseline files - #5

github.com/detekt/sonar-detekt - d2f77fced3bdb767b123cc5e37784bf029aefe28 authored about 7 years ago
Add some documentation about config and baseline files - Fixes#5

github.com/detekt/sonar-detekt - cbf8e797b1538124f0d0b4ae88d17d7a51c03706 authored about 7 years ago
Add support for detekt baseline

github.com/detekt/sonar-detekt - 6177ca1f717f6a9236b3fc2c407c921f0c6a550d authored about 7 years ago
Rename constants to just kotlin

github.com/detekt/sonar-detekt - d4f9b7a1fbd6795ff4cae11e0ab6d9e92fe1be3f authored about 7 years ago
Remove classpath config property

This cannot be accessed by the user, so no need for that.

github.com/detekt/sonar-detekt - 8374cb40a21ce0b3c7b52678fcd5b76b97f7f418 authored about 7 years ago
remove migration module

github.com/detekt/detekt - 7cbc1d07fa591316f3c64a32de39f60c03efc836 authored about 7 years ago
Removed code-smell.md

github.com/detekt/detekt - 29f6448b649337368f727a795ff5f1802f697b52 authored about 7 years ago
Removed code-smell ruleset from README.md

github.com/detekt/detekt - 7129e9d0e0f2e2aa403751104b2c9a7b71f26af5 authored about 7 years ago
Removed code-smell ruleset

github.com/detekt/detekt - 0b3cc5ee2ef6962b1298b08b318b005c0be7eb56 authored about 7 years ago
Corrected wrong rule count in README.md

github.com/detekt/detekt - df07a1689e40d41b8b163d715fd45bcf23b0ab49 authored about 7 years ago
Hopefully fix Call onType() first - #40, #47

github.com/detekt/sonar-detekt - f0a9abeaffbf84b1e1d721c6983060f07548dce9 authored about 7 years ago
Error message agrees with require condition

I just got bit by this. I had a "detekt.yaml" configuration and the error told me it either did ...

github.com/detekt/detekt - f19173e5c5481c16844db3fb6d873b44a977f072 authored about 7 years ago
Add fix by checking for equals instead of contains.

github.com/detekt/detekt - 33b4ee1d249d0845d75099108caea136a125560f authored about 7 years ago
Verify the false positive.

github.com/detekt/detekt - cc3efc4a0daba630bf64f1f51508e50d40fa2eac authored about 7 years ago
Update dependencies

github.com/detekt/detekt - f0867d3c9ced247acd45d5b817d86809dcfb86d9 authored about 7 years ago
Checkout *.md, *.yml & *.html with LF line endings

github.com/detekt/detekt - f444838153b9c0f7ce1791335ffcdc2477cb776e authored about 7 years ago
Added EqualsWithHashCodeExist code example documentation

github.com/detekt/detekt - 798b7b59a1a64c5fffe5c0d6783005b4c662faa3 authored about 7 years ago
Updated potential-bugs documentation

github.com/detekt/detekt - a1c192f45f03fe7439a1322caa2a156aa548c174 authored about 7 years ago
Refactored markdown codeBlock

github.com/detekt/detekt - b03dbce113c978c0984f27d1198c6da84f528c8d authored about 7 years ago
Implemented code examples prototype in detekt-generator

github.com/detekt/detekt - 59e35b75b4583f33be4b9a1d5915e7a6fa028b04 authored about 7 years ago
Added MarkdownContent test

github.com/detekt/detekt - 8c6d495293a79d797d1ec9fa12bf068c43f8af6c authored about 7 years ago
Fixed interchanged code examples arguments

github.com/detekt/detekt - e982c439c40174b33267045cebe5900f5b65b824 authored about 7 years ago
Implemented code examples in detekt-generator

github.com/detekt/detekt - 9f2034966a77befaa913076f43c87a2ddc2c2e63 authored about 7 years ago
Merge pull request #598 from vanniktech/patch-1

Add SpreadOperator to exclude-rules in test-pattern.

github.com/detekt/detekt - 7b9e0255bda433f1d3aae39af19f2d6cea7dfe4c authored about 7 years ago
Merge pull request #604 from Mauin/mr/update_outdated_documentation

update documentation after some merges to master

github.com/detekt/detekt - 9dc6f5ad23ad3b7e73a7dbd768235672db103c60 authored about 7 years ago
update documentation after some merges to master

github.com/detekt/detekt - b4b7fdf7a2fed8b2cbecce065929921dfb8ea26e authored about 7 years ago
add task to assert config and documentation are up-to-date

github.com/detekt/detekt - 8ede275f4813f82664746e1dbfb7996261989c24 authored about 7 years ago
add verifyGeneratorOutput task to travis build

github.com/detekt/detekt - 1146217fc04e33d175d65e3c39d607b439ffa37f authored about 7 years ago
update CONTRIBUTING.md to take detekt-generator behavior into account

github.com/detekt/detekt - 3ad80db5c90765f709475b7638730757d4b15f0a authored about 7 years ago
more description about @configuration and @active tags in Rule KDoc

github.com/detekt/detekt - 9957525e7b4129a6521ebd4b3d12c6db510de9f6 authored about 7 years ago
Renaming ReturnCount config key to excludedFunctions for consistency

github.com/detekt/detekt - 87e5fc3116907ea094f3072e98d31f7eb5609724 authored about 7 years ago
ReturnCount augmented to ignore specified function names

Due to scenarios like IntelliJ's automatic code-generation of `equals()`
with multiple return st...

github.com/detekt/detekt - 6db10715e0bb60b6041825eafb6e7148be2cd248 authored about 7 years ago
Updating ReturnCount's @configuration JavaDoc with renamed config key

github.com/detekt/detekt - f8cf0e793736cfc81388d99513943efb7c252be2 authored about 7 years ago
update gradle to v4.4

`./gradlew wrapper --gradle-version=4.4 --distribution-type=all`

github.com/detekt/detekt - a65e31545e06ac016afdd7173c8705c821281a82 authored about 7 years ago