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

Update changelog and migration guide for RC9.2

github.com/detekt/detekt - 47113b9afad41383a50a34df676698723eb1c6d6 authored over 6 years ago
Rename id to ruleId to make clearer what id ConfigAware is using - #1153

github.com/detekt/detekt - ca6b0dbb5304400b7a37ad5a49eb5afaceed88f6 authored over 6 years ago
Rename to ruleSetConfig to make clearer that valueOrDefault should be used instead - Closes #1153

github.com/detekt/detekt - f3b81191bb8e7f75eb48a5d964a33677a5673a3e authored over 6 years ago
Document ConfigAware interface - #1153

github.com/detekt/detekt - d23dfab845b60e235fe0a387d284631e9ae73bba authored over 6 years ago
Revert change to ignoreNamedArguments - Closes #1115

github.com/detekt/detekt - 8e7017acd2a0edea0b742d10ff162d674d191f2c authored over 6 years ago
Extracted one statement block detection to a method, reformatted code

github.com/detekt/detekt - 41314d073960f6f3386b03cfc663a7927167240e authored over 6 years ago
Generated new docs

github.com/detekt/detekt - ef9ffe5abaab207e59878ba56fa8a2a7f2505882 authored over 6 years ago
Reduced nesting

github.com/detekt/detekt - 2e6ffeaa86b43d77b24abb2f8cef4d4e09ae50ed authored over 6 years ago
Added more tests to unnecessary let spec

github.com/detekt/detekt - 28fdfebd03b5457694f590a7bdce613a909c539f authored over 6 years ago
Added super call and reformatted entity

github.com/detekt/detekt - dd0f267f7ad164f035d45b647ad6361349f25b5d authored over 6 years ago
Write documentation for unnecessary let rule

github.com/detekt/detekt - f8b5e2ac34863ea5d66ff0484d39940027e1c7b4 authored over 6 years ago
Moved from using regexes to AST traversal

github.com/detekt/detekt - cebdbb14830587f2d6eaa39158895611cda81eef authored over 6 years ago
Added UnnecessaryLet to rule provider

github.com/detekt/detekt - 01d80dd460f8741c71b02bef8b5e7906d4062108 authored over 6 years ago
Fixed UnnecessaryLet test and style violations

github.com/detekt/detekt - c06c7717af74833a339dfd3f0336460a7f4b4786 authored over 6 years ago
Added more examples

github.com/detekt/detekt - 9c6972ac7d19c59ffaafd95cee45cfbf7c8eb3a5 authored over 6 years ago
Added the `unnecessary let` rule

github.com/detekt/detekt - 2e740025611836587a20d1505cfa942dbc509b18 authored over 6 years ago
Added mishkun to contributors list

github.com/detekt/detekt - 2ffac8f4e8259944f7f4c259e0e2cd1dcc815c79 authored over 6 years ago
Fix nullability issue in unnecessary let rule

github.com/detekt/detekt - 51e5be1c3ed0f6ae7b92fa9970ef50f40c816824 authored over 6 years ago
print test outcome for debugging during the build

github.com/detekt/detekt - 79af721329735f9944859b717a0c1f8c2e5c36c4 authored over 6 years ago
rename detektPlugins to detektInternal

github.com/detekt/detekt - 415268bcfd78e711203b9445086bd8881d8bec78 authored over 6 years ago
add detekt-cli as a regular dependency to prevent overwriting

github.com/detekt/detekt - 30d46c196a6ca146dad3f31917781bc6d606c8aa authored over 6 years ago
simplify test

github.com/detekt/detekt - 537990e9ac54796f130709a249f2296443acea1d authored over 6 years ago
split detekt configurations into internal and external configuration

github.com/detekt/detekt - 5023d5a44fe1c672128015d6d99d25b28973f99f authored over 6 years ago
Set group to Detekt task

github.com/detekt/detekt - 67526037ead530aec183241d69c9b728b5ddbb71 authored over 6 years ago
use correct config accessor method in LazyRegex

github.com/detekt/detekt - f0d0b09bb57df71e53347efe87ef05eeb7cd4896 authored over 6 years ago
Add documentation on builtin help command and watcher config

github.com/detekt/detekt - 8dc9e18d2d09521d888181cf6afe4a4e35d9fbc1 authored over 6 years ago
Reimplement a watch service based on ksh

github.com/detekt/detekt - 19d988ac807205995a2bfea28dcb0c4eacb64a98 authored over 6 years ago
Add https://bintray.com/arturbosch/generic/ maven repo

github.com/detekt/detekt - 34a80e54bb8524e9b9d773fd63ec5b64e2aae083 authored over 6 years ago
Make timeout and change notifications configurable

github.com/detekt/detekt - 98a1f843ff6816782d754534e3e56fb6f421f07a authored over 6 years ago
Load composite configurations if config parameter is comma or semicolon separated

github.com/detekt/detekt - 3f8bf607eb5764239fa50e98adc9db1637979561 authored over 6 years ago
Add readme for watcher module

github.com/detekt/detekt - f0ef27751f84485a26fff0c8fd3f6a464c75df02 authored over 6 years ago
Add test case for parameter annotations - Closes #1115

github.com/detekt/detekt - 10268a47a37b77d7f05f75f9290d228a66eabf08 authored over 6 years ago
Fix issue with wrong report name

When splitting a report path provided on JCommander, given a Windows path
would cause a false sp...

github.com/detekt/detekt - dbf6c92161c93f12ccf3da8c7f9cb368cb1b8e64 authored over 6 years ago
Enhance ReportsSpec

github.com/detekt/detekt - 8a1f57f7e4d52859c21a5d62efe251b05a97814c authored over 6 years ago
Fix MaxLineLength violation

github.com/detekt/detekt - dfd258de08617c07a3f3bf4159d18fa9f00a97d4 authored over 6 years ago
Update path assertion

github.com/detekt/detekt - ee163e230915cb40c98b1a471f60f76f41e6cd0f authored over 6 years ago
fix Gradle Plugin tests with input path

github.com/detekt/detekt - 231e399155727029ac2a6c6decc85e2f42e27bb1 authored over 6 years ago
Add tests for PathFilter to avoid regressions

github.com/detekt/detekt - 4448d709e761c1043ed8e7546a3000c5de218c8d authored over 6 years ago
Add tests for Configurations#createPathFilters to avoid regressions

(some are red as they cover the issue being investigated)

github.com/detekt/detekt - 0b61ab167fef834914f37dddb259915a539567a9 authored over 6 years ago
Improve help message for filters CLI argument

github.com/detekt/detekt - b6739e8a05e6708dfa89f382e8d04bb7e10c607e authored over 6 years ago
Make PathFilter reject empty and blank patterns

github.com/detekt/detekt - 179bc3c810312bb1aa24e93b151b604306ae5d54 authored over 6 years ago
Explicitly ignore blank and empty filters

github.com/detekt/detekt - 530398964f1514ecafd91897ca3caaec38430ec1 authored over 6 years ago
Revert bad change on PathFilter

github.com/detekt/detekt - b8f11c9088c9124086a2bdc826b66718b49965a0 authored over 6 years ago
Trim split filters when reading CLI arguments

github.com/detekt/detekt - 63014afc5109dc4667fa2b4ccc061fb898bd39c3 authored over 6 years ago
Fix code block format

github.com/detekt/detekt - 67fa312f4dafcd90b1b78518b43cf744b8401b22 authored over 6 years ago
Fix issue when multiple input files are specified

After Gradle plugin rework, there was a removal of `:` as path separator which caused inputs not...

github.com/detekt/detekt - 619360cf69490ef229ee4f80f9f8fcf4387cc5d0 authored over 6 years ago
Add tests for ObjectPropertyNaming for private val overrides

Also improves existing ObjectPropertyNaming tests.

github.com/detekt/detekt - 20e3c3d163a2c49ebbbd5e098af5d43cb4c0eb8d authored over 6 years ago
Fix documentation on FunctionNaming and VariableNaming

github.com/detekt/detekt - d9bb0d79b3842a7b11120f2cbad9fe33ebaee58a authored over 6 years ago
Flip &&s to take advantage of short-circuits

github.com/detekt/detekt - 9506953dbcfdb331f3a76c5610166d0ea372fee0 authored over 6 years ago
Fix #1133 — FunctionNaming now checks functions inside functions

Added tests to check that, too

github.com/detekt/detekt - 9598763dc534352dfaa8ca41921b400887d779d7 authored over 6 years ago
Improve KDocTag configuration parsing message

github.com/detekt/detekt - 76fe122bda8722ebfe3f9cf0a3e288829efc8032 authored over 6 years ago
Make VariableNaming ignore overridden functions by default

github.com/detekt/detekt - 62c9fa2c6aaa7381f1ea3f1a43ca02afb1fa392d authored over 6 years ago
Make FunctionNaming ignore overridden functions by default

github.com/detekt/detekt - a4b59e9490a2cfc812fcfd005636b9ec958455bd authored over 6 years ago
Upload JUnit test results to AppVeyor (#1128)

* Upload JUnit test results to AppVeyor

* Fix filters for AppVeyor build script

github.com/detekt/detekt - 18e313f125d9947274754cafe3d94c546228abff authored over 6 years ago
Mention minimal gradle requirement for RC9 - Closes#1136

github.com/detekt/detekt - 58ab5d15c128a9b65ad2c839f8e25e53eda8ac8f authored over 6 years ago
Remove useless parentheses

github.com/detekt/detekt - 4f1e109c1d23b84bb326aa1fdbeadf206e12b5ce authored over 6 years ago
Fix CI configuration (filters were broken)

github.com/detekt/detekt - 5895ddb4b502c97888fdec0ea32b2c621502694e authored over 6 years ago
Revert CI scripts to using commas for filters

The issue seemed the space between the paths, not the comma itself.

github.com/detekt/detekt - 0c30884bbfc63d01d23a3abca7988bcb05e2d6cb authored over 6 years ago
Use plugin version as default Detekt version

Removes hardcoded default version in Detekt Gradle Plugin

github.com/detekt/detekt - 7a163ff635e8ab6275e21861347b7f21426d6098 authored over 6 years ago
Updated contributors badge

github.com/detekt/detekt - 04ecb79cbe64c39cf4e66965cd3800435e85c0b6 authored over 6 years ago
Updated contributors list

github.com/detekt/detekt - 20866ceb4fedba021bd5699e8a0f2e8493a82fc8 authored over 6 years ago
Update to RC9

github.com/detekt/detekt - 55d8951142663d9df7cc2882923ff92ac4f85d0b authored over 6 years ago
update Gradle to v4.10.1

release notes: https://github.com/gradle/gradle/releases/tag/v4.10.1

github.com/detekt/detekt - 9ad8c9eb1ecebd7251947550d08b98da424f286f authored over 6 years ago
Print stacktraces recursively - Closes #1107

github.com/detekt/detekt - fb3fab69f27a4c83b7f503074de8f501978d9f59 authored over 6 years ago
Reference vcsreader repo via GrabResolver - Fixes #1101

github.com/detekt/detekt - eede69d123e893387682849032ba01b8429d686a authored over 6 years ago
use KtImportDirective instead of KtImportList for ForbiddenImport

github.com/detekt/detekt - 38e6025f11732a4de4c4f2545a12b8f0f8518c33 authored over 6 years ago
remove unused images in docs

github.com/detekt/detekt - e301455ca33f381f357be14d876cb11b1e9389fa authored over 6 years ago
clean up docs

the docs/ directory is the biggest in the repo

4.0K ./.buildscript
8.0K ./reports
8.0K ...

github.com/detekt/detekt - 0a0c3d123c200304f77553d388713ec7dd99e2b4 authored over 6 years ago
remove all things pdf from docs

github.com/detekt/detekt - b861186f807ccd36c3bfa22635ecb7bd3d7b9aec authored over 6 years ago
Link to getting started website pages

github.com/detekt/detekt - 5b1fba0d488df9d34864e33fd9d569d9eb492c21 authored over 6 years ago
Add migration section to the changelog

github.com/detekt/detekt - 8b321470fb496483110c436fc88741dce902438b authored over 6 years ago
Prepare changelog for RC9

github.com/detekt/detekt - a55022a08a24e0d398698e1d0af2c2211e9bfece authored over 6 years ago
Correct usage of toolVersion property

github.com/detekt/detekt - 8a865b820d817477d8ee54e180a5940c88a9bd30 authored over 6 years ago
clean up UnnecessaryParentheses rule

github.com/detekt/detekt - 565ea9c33c32d61873c948980473d75873f1e8a5 authored over 6 years ago
fix false positive in UnnecessaryParentheses

github.com/detekt/detekt - b475e448d3b53f6b82c28d29decb05757ca9bdad authored over 6 years ago
remove duplicated detekt closure in readme

github.com/detekt/detekt - 94ebd2a8ec36e30f4cd5c5eceb3d9eef498e1831 authored over 6 years ago
update documentation to use new detekt gradle plugin (#1095)

* update documentation to use new detekt gradle plugin

* remove reference to profiles/input p...

github.com/detekt/detekt - e7954db37470f869aa898726e3eef66c9efa4f01 authored over 6 years ago
correctly use debug flag for printing outputs in gradle plugin

github.com/detekt/detekt - c5f72cdb54af536668ed4593359848ca9959f55f authored over 6 years ago
remove img/ directory and link to docs images

github.com/detekt/detekt - 98530edfcb670033a5ee2c0d4d8dc5f3d0fe57bf authored over 6 years ago
Update first paragraph of readme

github.com/detekt/detekt - 45adff973736279f6428d246df375e51855e30d3 authored over 6 years ago
Allow to use kotlin.Any? - #1085

github.com/detekt/detekt - 055e1874ea54006289e04d70cb2814ee869f28aa authored over 6 years ago
Auto deploy SNAPSHOT versions. (#1088)

* Auto deploy SNAPSHOT versions.

* Set override property.

github.com/detekt/detekt - 6184b38a995d7ad60f3a8d5db225ddf3814c0e26 authored over 6 years ago
Specify return types for platform types

github.com/detekt/detekt - 939e791392d8f20c775cb0870b7392ed1326bc60 authored over 6 years ago
Remove kotlin-dsl experimental compiler warnings

github.com/detekt/detekt - e6c81988e671f5fdc1a62f5b48be1746d88ef24c authored over 6 years ago
Configure new gradle plugin in build script

github.com/detekt/detekt - 3cbc204619ff1dd96e065da2d9e905da685a93ee authored over 6 years ago
Remove colon from separator list in path converters as this messes up windows paths

github.com/detekt/detekt - 3b0f992bda34a25cd34bbc237d637f13d9845a1b authored over 6 years ago
Turn on debug flag to observe why windows build crash

github.com/detekt/detekt - 466fedfc9ce2c04b7512d9a8fc34e3783bd947a9 authored over 6 years ago
Remove unused private property (detekt warning)

github.com/detekt/detekt - dca3561d046eedb7bead9148579688b6faba9671 authored over 6 years ago
Use new way of configuring PluginConfig

github.com/detekt/detekt - 40851016ab4130cc8b62dd30e6f4fb8bf075e3c6 authored over 6 years ago
Use a FileCollection for config parameter to support composite configs

github.com/detekt/detekt - 369bebfe31af6ebd6ee298746c7a6a973d0c9c6b authored over 6 years ago
Merge gradle-plugin rework by Marvin Ramin and marschwar

github.com/detekt/detekt - 815a74558bb04ac8a919fe8c7ff501641c015dad authored over 6 years ago
Fix usage printing for cli module

github.com/detekt/detekt - c501956b10d1c086d585c545887443249af16336 authored over 6 years ago
Update dependencies

github.com/detekt/detekt - 4a3335b49d9b321224196eaa78cfa27eb6d786af authored over 6 years ago
Update used detekt version

github.com/detekt/detekt - a67cf1906018069a71b0a146ee2728d0eabfed30 authored over 6 years ago
Use --report syntax in gradle plugin for passing report arguments to cli module

github.com/detekt/detekt - eaa4de29b8a22e23dcfed15baae137147d3b563d authored over 6 years ago
Make report loading better debuggable

github.com/detekt/detekt - 8001dc8b1964ea14c3b0712fab75fdb1cb6e7f2c authored over 6 years ago
Reimplement custom output report support

github.com/detekt/detekt - bd0dd4b44a6d5ca42ce78f1400bf8cd159491567 authored over 6 years ago
Make BaselineFormat not a singleton and remove internal modifiers to prevent intellij issues

github.com/detekt/detekt - c678a8cd86bb0648e41639d8e3a112ce70f3edcd authored over 6 years ago
Do not use incubating register feature for configurations

github.com/detekt/detekt - c7b86c7071c6919454dcdd95175e0f4f063a43b2 authored over 6 years ago
Remove detektCheck task from appveyor as the new `detekt` task depends on `check`

github.com/detekt/detekt - 47e82ca603c9caa3a9a83811ff68a39626c5a8ea authored over 6 years ago