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

Implement NOP-config which is the new empty config instance

github.com/detekt/detekt - cefa7eaebc3a3f8d85fc36c11a8f568266e3b3e0 authored over 7 years ago by Artur Bosch <[email protected]>
Throw away junit 5 from sonar plugin

github.com/detekt/detekt - 6b666e8230ddb63ef069cf4e7cebc790a77f140c authored over 7 years ago by Artur Bosch <[email protected]>
Indent with tabs an use == instead of equals

github.com/detekt/detekt - 446a9ba00b3770ca8908d2bf89c98da7b77eb7b4 authored over 7 years ago by Artur Bosch <[email protected]>
Use the ClasspathResourceConverter when copying default config

github.com/detekt/detekt - 3721b43745e28cc0bfbbf57a6723ef9eb837e9c1 authored over 7 years ago by Artur Bosch <[email protected]>
Add badge for gradle plugin

github.com/detekt/detekt - 1423c6aa5636b2ee176c83347065080653fb1b5f authored over 7 years ago by Artur Bosch <[email protected]>
Use the latest detekt version as default in gradle-plugin

Still the version parameter can be used to stay at a specific version

github.com/detekt/detekt - 975981678fcb20df030952c3d31734630884e192 authored over 7 years ago by Artur Bosch <[email protected]>
Increment version to M12.3

github.com/detekt/detekt - 2efa9d1e319839d69903c165ed50c181bbf196a6 authored over 7 years ago by Artur Bosch <[email protected]>
Preconfigure input as project.projectDir if current profile does not specify input parameter

github.com/detekt/detekt - 1790d741294fe401908519f115bc6495bc9120a5 authored over 7 years ago by Artur Bosch <[email protected]>
Do not report overriden empty function blocks - closes #148

github.com/detekt/detekt - a88a55654ab83e77cd271afba8a323383fed7f17 authored over 7 years ago by Artur Bosch <[email protected]>
Turn off expression body rules as they are highly opinionated

github.com/detekt/detekt - 93d3ebafc9d670c6f018c040ceadd26feae6f0a7 authored over 7 years ago by Artur Bosch <[email protected]>
Turn off auto correction for sonar analysis

github.com/detekt/detekt - e1cd574fb2d807d9f36cb3c317d7d52f9fe6edd8 authored over 7 years ago by Ilya Tretyakov <[email protected]>
Add contributors and androidweekly badge

github.com/detekt/detekt - eb4c9d9d6ce4e47d25b6156903b2541bd373351f authored over 7 years ago by Artur Bosch <[email protected]>
Fix AppVeyor badge in `README.md`

github.com/detekt/detekt - 0318f1506dda6fb2c7940d65b50111d3603cc766 authored over 7 years ago by Lukas <[email protected]>
README: Fix various issues with variables in code examples

There usually is not need to explicitly use the "project." prefix (but
if used, variables need t...

github.com/detekt/detekt - bd88166a825bd48ac558c2041e81e5b9d57d97ab authored over 7 years ago by Sebastian Schuberth <[email protected]>
Make sonar-plugin versioning independent of detekt core

github.com/detekt/detekt - e39f12da46ca698e1a7de211c4663c2947bc303c authored over 7 years ago by Artur Bosch <[email protected]>
Restore indentation of test case to two

github.com/detekt/detekt - a28961cdb3e17fad455e86969124ee5eebf2e457 authored over 7 years ago by abosch <[email protected]>
Ensure parsing yml types for indentation - closes #89

github.com/detekt/detekt - 4357a5abbd65e60346d4236f587b662f4edd10a6 authored over 7 years ago by abosch <[email protected]>
Prototype detekt sonar kotlin plugin - #21

github.com/detekt/detekt - e8bd20d8f79bf8147e3dfe9998316085e71205ee authored over 7 years ago by abosch <[email protected]>
Make Config and sub classes more ClassCastException safe - closes #82

github.com/detekt/detekt - 4b8c75d4c6ea1980de85c984c9dfe25cc3eafa84 authored over 7 years ago by abosch <[email protected]>
Do not exlude default rule sets on default

github.com/detekt/detekt - 23a040229f454192609c7b53164e89d64d3f398a authored over 7 years ago by abosch <[email protected]>
Use Issue class in all rules - closes #97

github.com/detekt/detekt - 83f2a30d62a7b46c29a864395a4c5335c64dce90 authored over 7 years ago by Artur Bosch <[email protected]>
Introduce config interface - #93

github.com/detekt/detekt - ef7469cc55c7a13acf7b84f7e2c78bfd560bab06 authored over 7 years ago by Artur Bosch <[email protected]>
Add sonar minimal version

github.com/detekt/detekt - 87c1b254d44f00b92fb5937d129b30117fa57f45 authored over 7 years ago by Artur Bosch <[email protected]>
Add more tests for missing documentation on objects - #104

github.com/detekt/detekt - 88fab7cf460e50af40752e8e779f42938abb5738 authored over 7 years ago by Artur Bosch <[email protected]>
Repair test case and remove MaxLineLength violations

github.com/detekt/detekt - d2f88e2ce7f807d90aad8ca04fbecb88ddc363de authored over 7 years ago by Artur Bosch <[email protected]>
Use min instead of m for issue dept, fixing sonar-plugin problem

github.com/detekt/detekt - 58f11b9048c6589d82075aa898981ca546d641b1 authored over 7 years ago by Artur Bosch <[email protected]>
Use gradle-sonar plugin

github.com/detekt/detekt - 915a7720093a9f931f3ba1db796bc02bd9f7e0c7 authored over 7 years ago by Artur Bosch <[email protected]>
Use newest detekt version

github.com/detekt/detekt - 346a14b71d11366a642d1f2fbdaf0ade53fa1465 authored over 7 years ago by Artur Bosch <[email protected]>
Migrate to new Issue - Severity classes

github.com/detekt/detekt - df0464438f448c1bdd609f92cc2f0dc521d659e8 authored over 7 years ago by Artur Bosch <[email protected]>
Activate detekt way profile

github.com/detekt/detekt - 38c393dad8efb1095f95dfa531a1a8572b6689f5 authored over 7 years ago by Artur Bosch <[email protected]>
Use the kotlin pluginKey in build script

github.com/detekt/detekt - b4bd6ea7c9a2e681340126ef14ffeb4be2f7acb8 authored over 7 years ago by Artur Bosch <[email protected]>
add descriptions to rules in style, empty, exceptions

github.com/detekt/detekt - 2f169c8d4f1579a5e3f7c7eb25eeaebb816d497c authored over 7 years ago by Marvin Ramin <[email protected]>
Update contributors

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

github.com/detekt/detekt - 8730bf74879197608717ad5cf4c2435946153fdf authored over 7 years ago by Artur Bosch <[email protected]>
Merge branch 'windows'

github.com/detekt/detekt - f42fcce12f01202bcef15a42611ec07af547a83b authored over 7 years ago by Artur Bosch <[email protected]>
Convert Kotlin source code strings to Unix line endings

On Windows, Git is often configured with core.autocrlf = true, resulting
in test resource files ...

github.com/detekt/detekt - c5e0c0d586faaec12b655cede050d0e4fab9ba2e authored over 7 years ago by Sebastian Schuberth <[email protected]>
Use idea's convertion of line separations when unnormalizing code

github.com/detekt/detekt - 5e7044770ab5e212b8e3d41c74834f000232ec20 authored over 7 years ago by Artur Bosch <[email protected]>
Revert unnormalizedContent changes

On Windows platforms the whole modified file gets replaced with new lines only.

github.com/detekt/detekt - eab3fadbcf4674414bd47f585b3002fd0779f4af authored over 7 years ago by Artur Bosch <[email protected]>
add LateinitUsage rule to default config, but leave it disabled

github.com/detekt/detekt - ae6f8ef43d3be73bdfbd2dc7b46f7d35434bd925 authored over 7 years ago by Marvin Ramin <[email protected]>
add LateinitUsage rule to README.md

github.com/detekt/detekt - 0917a2737582f82f3e26cf8d68b62dbee33fc2a2 authored over 7 years ago by Marvin Ramin <[email protected]>
Convert Kotlin source code strings to Unix line endings

On Windows, Git is often configured with core.autocrlf = true, resulting
in test resource files ...

github.com/detekt/detekt - 71d0061fadb064a147933100f7c92697a1d57967 authored over 7 years ago by Sebastian Schuberth <[email protected]>
improve LateinitUsage issue description

github.com/detekt/detekt - b3087e8dbdd728c2c19f0addcb928743aaadd667 authored over 7 years ago by Marvin Ramin <[email protected]>
move LateinitUsage rule to bugs package

github.com/detekt/detekt - 212d1d9a7d6261c538660b9533afd258f2f2a178 authored over 7 years ago by Marvin Ramin <[email protected]>
add LateinitUsage rule to PotentialBugProvider

github.com/detekt/detekt - ddcdb1feeb48afc10e7504cce64433101333eafa authored over 7 years ago by Marvin Ramin <[email protected]>
update LateinitUsage rule

github.com/detekt/detekt - 11331adc072903c80d0f4af7e99a41a2a230430c authored over 7 years ago by Marvin Ramin <[email protected]>
move rule providers to providers package

github.com/detekt/detekt - 4f0ee0655576e106b9f7f34703cd71433fafb8cb authored over 7 years ago by Marvin Ramin <[email protected]>
add rule to report lateinit usages

github.com/detekt/detekt - 4390f2143a0f7b085c60cddc57423a1c9b3c063f authored over 7 years ago by Marvin Ramin <[email protected]>
Use idea intern line separator replacement

github.com/detekt/detekt - a07fe214c3b6072aa9cb17acad6e44932feb7f32 authored over 7 years ago by Artur Bosch <[email protected]>
use , to separate LateinitUsage excludes

github.com/detekt/detekt - 1aa595f2483f506809edfab5ddd666a23315fd2e authored over 7 years ago by Marvin Ramin <[email protected]>
Simplify reading resource files

This also fixes a bytes-to-string encoding issue on Windows where UTF-8
is not the default.

github.com/detekt/detekt - b722418a09ab1d4a131b194a85e84af6e0058793 authored over 7 years ago by Sebastian Schuberth <[email protected]>
adds excluding annotations from LateinitUsage rule

github.com/detekt/detekt - 71901a0ac1ac7c17fb6c43531e27ac100cd52c9f authored over 7 years ago by Marvin Ramin <[email protected]>
Use idea intern line separator replacement

github.com/detekt/detekt - e48efcf64c3568be32d96c1dc2a139b56206e9a5 authored over 7 years ago by Artur Bosch <[email protected]>
Convert Kotlin source code strings to Unix line endings

On Windows, Git is often configured with core.autocrlf = true, resulting
in test resource files ...

github.com/detekt/detekt - 49ef49e35cbfd556bf151ddadc2ff8de6457cbad authored over 7 years ago by Sebastian Schuberth <[email protected]>
Simplify reading resource files

This also fixes a bytes-to-string encoding issue on Windows where UTF-8
is not the default.

github.com/detekt/detekt - 4624a6fe156b9489d2738f38a8c0b37b1ab16b2c authored over 7 years ago by Sebastian Schuberth <[email protected]>
add rule to report lateinit usages

github.com/detekt/detekt - c285bf6c6b0751238768f0eef910168c757d6bb6 authored over 7 years ago by Marvin Ramin <[email protected]>
use , to separate LateinitUsage excludes

github.com/detekt/detekt - 67ff198a15164a6c127d876e503170ad6dd4e73b authored over 7 years ago by Marvin Ramin <[email protected]>
add LateinitUsage rule to default config, but leave it disabled

github.com/detekt/detekt - 645f1f3c4e88ebb2a09e40bdb0dcf5a463a38b34 authored over 7 years ago by Marvin Ramin <[email protected]>
add LateinitUsage rule to README.md

github.com/detekt/detekt - ed4c0850770d5971a715200356c697511ca054f2 authored over 7 years ago by Marvin Ramin <[email protected]>
add LateinitUsage rule to PotentialBugProvider

github.com/detekt/detekt - 6ae1d803c74db069ef9c3d1df913ed2788aabb94 authored over 7 years ago by Marvin Ramin <[email protected]>
improve LateinitUsage issue description

github.com/detekt/detekt - bc1760f3fba8ca17813ad806edcb17840801e04d authored over 7 years ago by Marvin Ramin <[email protected]>
adds excluding annotations from LateinitUsage rule

github.com/detekt/detekt - 6bc06c761a32cf4d637a5724fdfef1185d21d9ad authored over 7 years ago by Marvin Ramin <[email protected]>
move LateinitUsage rule to bugs package

github.com/detekt/detekt - d4fb99b67bb488511be2956db61cbbb1f554371e authored over 7 years ago by Marvin Ramin <[email protected]>
update LateinitUsage rule

github.com/detekt/detekt - 7b38bd37680616ce54864cf5369770f65e5fd03d authored over 7 years ago by Marvin Ramin <[email protected]>
move rule providers to providers package

github.com/detekt/detekt - 5976e39e16604859864881bbccaf11235cd68f43 authored over 7 years ago by Marvin Ramin <[email protected]>
Update gradle wrapper to 4.0

github.com/detekt/detekt - 42c2df444f222f14eab526c370b5aa66eee6c8f2 authored over 7 years ago by Artur Bosch <[email protected]>
Use PathConverter for rules property

github.com/detekt/detekt - 339a2e2c7241da75de3019245db8fa660ba7a196 authored over 7 years ago by Artur Bosch <[email protected]>
Use separators constant

github.com/detekt/detekt - 0719b4fd895df2528b1da01ade54973014c47f52 authored over 7 years ago by Artur Bosch <[email protected]>
Use File instead of URI to validate paths

github.com/detekt/detekt - d2dd516c9a0917a494c1f20c7ef4703994fd6ba8 authored over 7 years ago by Artur Bosch <[email protected]>
add exclude import and package statements configs to default config

github.com/detekt/detekt - 60d040c779ea67aa3340195c50de652be58f0b47 authored over 7 years ago by Marvin Ramin <[email protected]>
add MaxLineLength rule to README.md

github.com/detekt/detekt - c762bcdc1f951789e8de7806230ac112da65221a authored over 7 years ago by Marvin Ramin <[email protected]>
add filters for package and import statements in MaxLineLength rule

github.com/detekt/detekt - b1593fc651cec88721686918b9ef2bf956c31f53 authored over 7 years ago by Marvin Ramin <[email protected]>
Update default format to be XML

github.com/detekt/detekt - d7527e057d120c91662fd79f8fd1e5ad932b87de authored over 7 years ago by Artur Bosch <[email protected]>
Update roadmap to 1.0.0

github.com/detekt/detekt - e3e8ba3c033815a7c97a9a94cea0a5fabad0a4c5 authored over 7 years ago by Artur Bosch <[email protected]>
Add appveyor build status badge

github.com/detekt/detekt - 1f9926d7e5c30b68e6390d1e79feb06c2200cbac authored over 7 years ago by Artur Bosch <[email protected]>
Use humanfriendly link format inside changelog - closes #121

github.com/detekt/detekt - 8636128f2919f755d0119e2da23908753eee22ab authored over 7 years ago by Artur Bosch <[email protected]>
Use human-useable URL, trim names

github.com/detekt/detekt - 37c5a5df8bcbe723cb12168334dd7d46ea584534 authored over 7 years ago by Sebastiano Poggi <[email protected]>
Make parameters optional

github.com/detekt/detekt - e367a8c91e593f6b6c675f04f6b2a25bd9e62cfd authored over 7 years ago by Sebastiano Poggi <[email protected]>
Automatically fetch latest milestone if got no ID

github.com/detekt/detekt - 1da485c577b1e02cb6e55ccd9af4b60d21153974 authored over 7 years ago by Sebastiano Poggi <[email protected]>
Do not use detektCheck on appveyor for now

github.com/detekt/detekt - 7e2d268457615cf26a5778aaed706acd21d7eb6f authored over 7 years ago by Artur Bosch <[email protected]>
Use detekt M12.1

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

github.com/detekt/detekt - b8020e8cb40efb9629728f2191b8f92d7e516182 authored over 7 years ago by Artur Bosch <[email protected]>
Add more tests for missing documentation on objects - #104

github.com/detekt/detekt - 0e9d2af00c37ec0f4c21d840ffdf57b61a41f6a8 authored over 7 years ago by Artur Bosch <[email protected]>
Fix duplicated main profile - #116

github.com/detekt/detekt - 6fd080a398c81befdfbcc8acf650550d921ee09b authored over 7 years ago by Artur Bosch <[email protected]>
Update to detekt m12

github.com/detekt/detekt - 9e1fefbbeeec23566144975f00b5608fd4609acd authored over 7 years ago by Artur Bosch <[email protected]>
Add appveyor configuration file - #118

github.com/detekt/detekt - 589fc1bcc9f25c001ae05b478742fa7db6062251 authored over 7 years ago by Artur Bosch <[email protected]>
Convert unix style path filters in windows os

github.com/detekt/detekt - b0cfb325f8ae2b2e2893cc7ddc9a4a58178accba authored over 7 years ago by Artur Bosch <[email protected]>
Use os independent paths

github.com/detekt/detekt - 17f6d0b026a740f427474e7b68249f9c36d6105a authored over 7 years ago by Artur Bosch <[email protected]>
Use uri's instead of url's in cli module

github.com/detekt/detekt - 0f60a7d81bc20328a097afa5a47e487136feb86a authored over 7 years ago by Artur Bosch <[email protected]>
Unify resource loading in an os independent way - #115

github.com/detekt/detekt - 7191ac7f3130e8bf85cd5e8b1b6dafe3aec4990e authored over 7 years ago by Artur Bosch <[email protected]>
Use uri's instead of url's

github.com/detekt/detekt - de5e421d3c4d44cc6d30c653f573c50dc7087aef authored over 7 years ago by Artur Bosch <[email protected]>
Use java 8 only

github.com/detekt/detekt - 335bb39c9d24b5db4ddb002326e855acbfa0d77c authored over 7 years ago by Artur Bosch <[email protected]>
Use os independent paths

github.com/detekt/detekt - f324c745e99f070de508868aedae48d3eddd96e6 authored over 7 years ago by Artur Bosch <[email protected]>
Use escaped windows file separator

github.com/detekt/detekt - d28d40c37822866b852f788154fb458d05fdad2f authored over 7 years ago by Artur Bosch <[email protected]>
Use uri instead of converting it to a string in paths

github.com/detekt/detekt - 273dd4c3ac8f4211192e2dd725365d4422976c0f authored over 7 years ago by Artur Bosch <[email protected]>
Fix style violations - closes #100

github.com/detekt/detekt - abdebfed01b7a20772248ed50eee39f656ea7822 authored over 7 years ago by Artur Bosch <[email protected]>
Use detekt formatting

github.com/detekt/detekt - 8069d206e4e665b17e8d3857918013609c855e6b authored over 7 years ago by Artur Bosch <[email protected]>
Add renamings to M10 -> M11 migration guide

github.com/detekt/detekt - a262e71ce9076ee25d6f72f6c91eb67a0ae62e86 authored over 7 years ago by Svyatoslav Chatchenko <[email protected]>
Change default output format to checkstyle xml

github.com/detekt/detekt - df7ff1593ae9bd11a82794f345797b2a48fc407e authored over 7 years ago by Artur Bosch <[email protected]>
Update documentation and migration for milestone 12 - #105

github.com/detekt/detekt - 87fc8402344cb5bc7e9415cbf9ab250c003cfbf3 authored over 7 years ago by Artur Bosch <[email protected]>
Change names to UndocumentedX in default config - #109

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