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

Change finding model introducing entity and metric data classes

github.com/detekt/detekt - 0f11f2939de43c669489e6e0523b4c0cd5d8eb10 authored about 8 years ago by ArtiSmarti <[email protected]>
Remove :Unit return types detected by detekt's 'OptionalUnit' rule

github.com/detekt/detekt - 010c44647d31e3d83e42698899204be4642b0b20 authored about 8 years ago by ArtiSmarti <[email protected]>
Add rule for optional Unit return types

github.com/detekt/detekt - 3f5f44a5db8455497e8cab18c8c12a9e989c8a88 authored about 8 years ago by ArtiSmarti <[email protected]>
Fix overriden members to not need a comment

github.com/detekt/detekt - 549c4dbd0acda1614613587343053823443ffa20 authored about 8 years ago by ArtiSmarti <[email protected]>
Separate rules for comments into own rulesetprovider

github.com/detekt/detekt - 9dd9fa86df07492f31a3e1d0b176f8348ddd5331 authored about 8 years ago by ArtiSmarti <[email protected]>
Implement rule to find undocumented public classes

github.com/detekt/detekt - 53ccd6495aa1a4120c0cd8dfc6d6e3aad6d55c48 authored about 8 years ago by ArtiSmarti <[email protected]>
Rename location's factory method 'of' to 'from'

github.com/detekt/detekt - ec3d1a47a2d726633f279fdeadc53c34f1f4cade authored about 8 years ago by ArtiSmarti <[email protected]>
Remove syso in naming convention test

github.com/detekt/detekt - c41a62b22c7a621567f168e91d882e48a1a889e7 authored about 8 years ago by ArtiSmarti <[email protected]>
Implement rule to find undocumented public functions

github.com/detekt/detekt - 70a450a490e43a47e93ad48f362833c00ae34a4c authored about 8 years ago by ArtiSmarti <[email protected]>
Implement naming convention rule

github.com/detekt/detekt - 811f7c806ef39b8e4ee09ab9cb481eb34bb0912b authored about 8 years ago by ArtiSmarti <[email protected]>
Implement ComplexMethod rule

github.com/detekt/detekt - 04b000ddfc3a7eae8669f0258d03f0c9f9614c69 authored about 8 years ago by ArtiSmarti <[email protected]>
Implement three riles: UselessSemicolon, CommentOverPrivateMethod/-Property, add hamKrest dep

github.com/detekt/detekt - 7aecac0ba6a2fdf61276f1a49e957d525bd3eda6 authored about 8 years ago by ArtiSmarti <[email protected]>
Migrate all rules to be configurable, extract config interface - #4

github.com/detekt/detekt - 1b0a1ac5adc55a786a229508306ac691da96d51a authored about 8 years ago by ArtiSmarti <[email protected]>
Pass configuration to detekt - #4

github.com/detekt/detekt - d1a479f843fee66657b3ec23c775ec7ef2362ba6 authored about 8 years ago by ArtiSmarti <[email protected]>
Make rulesets configurable

github.com/detekt/detekt - 405430a763d4ccc8e9f25602af763f17f234e6b3 authored about 8 years ago by ArtiSmarti <[email protected]>
Introduce jcommander for argument validation - Closes#3

github.com/detekt/detekt - 3dbb76e52f699feafee255229d39237f3882eb5e authored about 8 years ago by ArtiSmarti <[email protected]>
Add remaining additions/deletions

github.com/detekt/detekt - f322f54a2515150201161d5b8abd6d8ae1d06723 authored about 8 years ago by ArtiSmarti <[email protected]>
Decompose detekt into submodules 'api', 'core', 'rules' and 'cli'

github.com/detekt/detekt - dbab8e2ccf86141f79c064e37e6e5389bb52677e authored about 8 years ago by ArtiSmarti <[email protected]>
Run ruleset providers async

github.com/detekt/detekt - f79091c5382ac5c19e95069ae1b1ea4691a97ee4 authored about 8 years ago by ArtiSmarti <[email protected]>
Do not consider outer classes if inner classes have smells

github.com/detekt/detekt - 5fb6d8833fb0d98b57341a33e2e6770c33266bee authored about 8 years ago by ArtiSmarti <[email protected]>
Add project baseline

github.com/detekt/detekt - 454a87faa298e5d1a36fb3233b71243cb237787f authored about 8 years ago by ArtiSmarti <[email protected]>