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
github.com/detekt/detekt - c75a8012b5cc0b4bffa93311a17fb98f3db5e2ae authored over 6 years ago
github.com/detekt/detekt - 6328d9743c67fdd49cc03405f0fa535bc5442deb authored over 6 years ago
github.com/detekt/detekt - fc277bb15b032dfb42ae4e6c0c4791a220654348 authored over 6 years ago
github.com/detekt/detekt - 65a54d40e5d70680c69a7580bfd5950cdd0c37fa authored over 6 years ago
github.com/detekt/detekt - 90c5180456417f5fe441d19588913f38045e1350 authored over 6 years ago
github.com/detekt/sonar-detekt - 5a5c83ac7e42f92695d0328559024c7c4bb22c41 authored over 6 years ago
* UnnecessaryAbstractClass: Support exclusion via Annotations.
* Fix detekt warnings.
* Fi...
github.com/detekt/detekt - b91d5a5f711bcf616a31fafab55ca7dd72f58297 authored over 6 years agogithub.com/detekt/detekt - c2ac2aed924506b477a6372b1d90413f2b36448c authored over 6 years ago
github.com/detekt/detekt - 7572debd08dfc57efc65b487f1931e24ed66d6b2 authored over 6 years ago
github.com/detekt/detekt - b6ed56c8f40b1517d76209b7fe279d58f438fa2c authored over 6 years ago
github.com/detekt/detekt - 4370db7d7e3e22ebcdddb1c717f9baea1d346c5a authored over 6 years ago
github.com/detekt/detekt - 3ff51d1b4b2ec3c6c6f93ea88e9dccbe04c5a4a9 authored over 6 years ago
github.com/detekt/detekt - d17bed5327e3cd25c571eea85cc824a29ea9853c authored over 6 years ago
github.com/detekt/detekt - 33f01f88392dbe244b0edd8cf9642a6a83d0ef09 authored over 6 years ago
github.com/detekt/detekt - 5b3329985e3827042cc2eed723e401683da3a6e4 authored over 6 years ago
github.com/detekt/detekt - 05162e305e95bdd6bb27a00df1a0cd3bbae3ce89 authored over 6 years ago
github.com/detekt/detekt - 32adc022f44cd898c535039f59f54f0b7a58d3bb authored over 6 years ago
This implements a first version of #1047
github.com/detekt/detekt - 95a0cb9e6c4ed074de6be9e82e7b454ca63fc704 authored over 6 years agogithub.com/detekt/detekt - 816fb83fad969369855c1b143a2196319b04ea07 authored over 6 years ago
github.com/detekt/detekt - 2165019a5c7165e3c231671ae21aa6a20f51d4e1 authored over 6 years ago
github.com/detekt/detekt - 850d51212c73597ec6ce231505d0f1de689634f9 authored over 6 years ago
github.com/detekt/detekt - b1fdc0a3422f43eb055a70436290eb5e7336744f authored over 6 years ago
github.com/detekt/detekt - 01b292259901a5e1fcd3afa69cd070a53b0e6910 authored over 6 years ago
github.com/detekt/detekt - d239ff608b25fbe28e1a6666424d290253fa00da authored over 6 years ago
Added a test verifying the lazy initialization behaviour when disabled
and the proper failure wh...
github.com/detekt/detekt - 5be8f3ae8e77b0b4d67f43228c8b2fcfc52d2a38 authored over 6 years ago
github.com/detekt/detekt - a9514db3e92b9a6a763a99eda1b64979b9b31748 authored over 6 years ago
Updates the README to include information on how to use the tool
github.com/detekt/detekt-intellij-plugin - fb0147a0548a4ff0c9e7d54360bec7221cd93903 authored over 6 years agogithub.com/detekt/detekt - d0d2dd7f363e2c54b16921af1dd12187425dd800 authored over 6 years ago
github.com/detekt/detekt - 58b1524ca5eb4e32155e4199a36574c3e7910b01 authored over 6 years ago
github.com/detekt/detekt - 708d090b63a29cc368f006dd268c9b3b64432828 authored over 6 years ago
MaxLineLength should ignore import and package statements by default.
github.com/detekt/detekt - 0ba0d5033d7acc228c88fce7a9221ac370eb0c6b authored over 6 years agoMagicNumber should ignore hashCode() function by default.
github.com/detekt/detekt - 34574e4abecd6e5203544c35ed3dfdc2d2c2cc5d authored over 6 years agogithub.com/detekt/detekt - 9e1411b03e7d910902bc6aa6e822203d8a76f874 authored over 6 years ago
github.com/detekt/detekt - dfced097a13bf62499cbc9fcaa4513bf940d67cc authored over 6 years ago
github.com/detekt/detekt - 24eb64619c4e11e6a671b1cde7bec5f6aa22ea83 authored over 6 years ago
If configured with "ignoreSingleWhenExpression", ComplexMethod should
not only skip "when", but ...
# reference #1055
github.com/detekt/detekt - 25b6f9f1686000095da660db9080a24f993f45e1 authored over 6 years agogithub.com/detekt/detekt - c0392b1c199cd07402f34f295be2d9a42c85b2d8 authored over 6 years ago
TooGenericExceptionCaughtSpec and TooGenericExceptionThrownSpec were
splitted to make it more re...
github.com/detekt/detekt - 4daf6fd03d058af403756419b00acaef3598560d authored over 6 years ago
TooGenericExceptionCaught should not be reported if the name of the
exception is ignored. Hence,...
This commit updates Config to support list arguments.
github.com/detekt/detekt - e8e1a8735ea28c8e6edc5eb2ac19633a898131ff authored over 6 years agogithub.com/detekt/detekt - 3d0d1c26413f060ea956bb86bfbc4ebc3330da49 authored over 6 years ago
Other rule sets should not have a dependency to the naming rule set.
github.com/detekt/detekt - 44fe4ae65fad6237c201ae3a38e280955f12fc18 authored over 6 years agogithub.com/detekt/detekt - 894bea11fe2a7dfeea94280bb87334c425158f1a authored over 6 years ago
github.com/detekt/detekt - 04e3f005505a01dab7d6a872a42ad71899b14c8f authored over 6 years ago
Void bad
Unit good
github.com/detekt/detekt - 0b6d2954e2ebc4ebe0a9988f60887b50cbde3131 authored over 6 years ago
github.com/detekt/detekt - 27f9619b8ff8692d8def4c8d97fbe062d71c55c3 authored over 6 years ago
This rule now finds whitespaces with the corresponding PSI element
instead of iterating over the...
github.com/detekt/detekt - f6fa8e2bc6bdb89c4f32f74c2cc54a3b21ae858e authored over 6 years ago
github.com/detekt/detekt - f3779b1fb73716cc50eb62f3ed506fa47d295107 authored over 6 years ago
github.com/detekt/detekt - 5ec52120b1462bbfe0992b307d891e10a3432714 authored over 6 years ago
github.com/detekt/detekt - 5034eb1cd2ee1f4ba438403e10afbb495367028a authored over 6 years ago
A utility class should not be marked as open, since it a subclass
inherit from it.
github.com/detekt/detekt - d0f9aa39c72fb0574ae76b82eab2e47ad8ebf4f8 authored over 6 years ago
* Fixed #1043 - Detekt reports classes with only constructors as utility
classes
* Classes wit...
github.com/detekt/detekt - 791d04970367a11734c5d0f426a10483674893b6 authored over 6 years ago
github.com/detekt/detekt - b31ace4719cc9b947c06ee426f8b5ad14aec3e04 authored over 6 years ago
github.com/detekt/detekt - 7ef746c150304231b54b012d3daacc820805544c authored over 6 years ago
The rule shouldn't flag classes which implement a interface or inherit
from a class.
The rule shouldn't flag classes if the secondary constructor has
parameters.
This rule should flag jump statements in loop more conservatively.
github.com/detekt/detekt - 980adf1616f4ab9cee3dcec3405162c711648460 authored over 6 years agogithub.com/detekt/detekt - 6ad3d6e6a9c8586d5590989781edec3a41435272 authored over 6 years ago
* Add ParameterNaming rules for Constructors and Functions parameters
* Rename private parame...
github.com/detekt/detekt - d41d534ce4fb560f8576fe783b956c9eefbc6b7c authored over 6 years ago
Names of properties of EditorConfig passed to KTLint rules are now correct.
Different formatting...
github.com/detekt/detekt - 926aac321387afe8a73c0b546a45fe80705341a0 authored over 6 years ago
github.com/detekt/detekt - ab53a0745e7236684fafa9c9a1713af1648c025f authored over 6 years ago
github.com/detekt/detekt - e12691152b690d793cceebbcb986d72ca2f2948e authored over 6 years ago
This adds the updated default value for the
`UnusedPrivateMember:allowedNames` option to the def...
Now it will show the latest version automatically (thanks @3flex)
github.com/detekt/detekt - b4e5ba0b6d85807b1200b805988eaba9dc6942d2 authored over 6 years agogithub.com/detekt/detekt - feca49c2fd06248eee87ad88eb25fd034e918582 authored over 6 years ago
The check for the `this` expression is lifted, because there's no need
to collect all outer clas...
Labeled expressions can now reference an outer class with a label from
an inner class, because t...
github.com/detekt/detekt - 07df875af9e9e1ec8ab6189705810659c789d6ac authored over 6 years ago
reference #417
github.com/detekt/detekt - 90bf6e46badb33a9f6a7dd65f84d85904fe3f319 authored over 6 years agogithub.com/detekt/detekt - 68523d5c734607e621525ffa306fe7ce8a235a35 authored over 6 years ago
github.com/detekt/detekt - f0b4d2ed93881e8574827021e77bdd5693f75eeb authored over 6 years ago
Overridden no-op function should be able to return Unit.
Hence, they shouldn't get flagged by th...
github.com/detekt/detekt - 5450b6c74fd882dd59d803d58f5fcb6fc2368eb3 authored over 6 years ago
github.com/detekt/detekt - e4a496d0d073fa9eb15269d24e840274033f094c authored over 6 years ago
Removed let statement with only one expression statement.
github.com/detekt/detekt - 33a075c2caf415c3858edf63d54d5612fa06abac authored over 6 years agogithub.com/detekt/detekt - 082e19e173a3c77e1970b8b0b3ddb29dbabb5ba2 authored over 6 years ago
github.com/detekt/detekt - b9a7f37fdb24ffcef3e6e6515abb9784ca7cb47c authored over 6 years ago
The TrailingWhitespace now reports the right line number in the xml
report.
github.com/detekt/detekt - 8285792c8439a68f76a42f958ed00650c791411b authored over 6 years ago
github.com/detekt/detekt - f5a99345b35850446f40eced67040c30dbaeecb2 authored over 6 years ago
github.com/detekt/detekt - a1cdeba1b03bc81abfabf35f712266db928e2352 authored over 6 years ago
github.com/detekt/detekt - 2290ef0dc618b59938a6ea30f81b951dbeb33dc7 authored over 6 years ago
github.com/detekt/detekt - 732798814b133542b52675ba9f35fb49dca4d23a authored over 6 years ago
Fixed #1027 - FunctionOnlyReturningConstant false positive for
interfaces with default implement...
github.com/detekt/detekt - 3a7398a61d5d663ac7809ec3183b06ffd07f84f2 authored over 6 years ago
github.com/detekt/detekt-intellij-plugin - bce29917d1dcda868db92c41bdf528720e51c747 authored over 6 years ago
github.com/detekt/detekt - 05a0fcea16f3a9896d702b0123657551fdd19bd7 authored over 6 years ago
github.com/detekt/detekt - b70528326e5e32aa07785ae731a06e0cd8a6dd5e authored over 6 years ago
This adds a privatePropertyPattern and much more closely matches the
code in TopLevelPropertyNam...
github.com/detekt/detekt - e24db782259deca534cb288af6e21ccb18c76a48 authored over 6 years ago
github.com/detekt/detekt - f57fe13baaa8c699ad339160b6e3e098f7e62068 authored over 6 years ago
github.com/detekt/detekt - 8ab12af901e64f61a9f00bdae8693f2418044a37 authored over 6 years ago