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

Remove obsolete NoWildcardImports autoCorrect param (#1751)

github.com/detekt/detekt - 03092eb51c1cece1b4727d36cda0e32746107029 authored over 5 years ago
Use OpenJDK instead of Oracle's JDK (#33)

github.com/detekt/detekt-intellij-plugin - 97cef141686932ac15ea2b97b63015bf9a686d31 authored over 5 years ago
Update dependencies to release plugin-v0.2.3 (#32)

github.com/detekt/detekt-intellij-plugin - 03a09a22587f08b1958461a0d1317a7acc51e754 authored over 5 years ago
ForbiddenVoid: New option 'ignoreUsageInGenerics' (#1738)

* ForbiddenVoid: New option 'ignoreUsageInGenerics'

* Tabs to spaces

* More tests

* Gen...

github.com/detekt/detekt - f3d4bbbceee7a23a615c7b4734d5650e6f6083ad authored over 5 years ago
Fix cli execution doc

github.com/detekt/detekt - f30d5f0c745864de0ccddb1b64b61af7707d1989 authored over 5 years ago
Update readme to reflect recent 0.6.0 release

github.com/detekt/sonar-detekt - 26e713aed5f57784c3e601aa45126a4c4f2f0c5a authored over 5 years ago
Update changelog till 0.6.0

github.com/detekt/sonar-detekt - ec411fdaa548e52d595b7a959c8d913d8f45c2ef authored over 5 years ago
Introduce new fail fast quality profile named 'detekt all'

github.com/detekt/sonar-detekt - e44bfc22c3e81735ed534fa58f6925dcdbb9294c authored over 5 years ago
Load all available processors before applying file listener

github.com/detekt/sonar-detekt - 2d066a59b8914f73e2bc4831cd5373470bef567f authored over 5 years ago
Use new-style excludes

github.com/detekt/sonar-detekt - cef709397237170c6b11981519e53926738b9174 authored over 5 years ago
Migrate to detekt RC16

github.com/detekt/sonar-detekt - 3d32db915599501b9165cbada87dee9313acbecd authored over 5 years ago
Integrate formatting rule set

github.com/detekt/sonar-detekt - 63643bc2d63225863725c98976624a5c470d3d0f authored over 5 years ago
Reformat forgotten file

github.com/detekt/sonar-detekt - ced9adfa5c3d97040e6b43d5f6a013e1c47aca5d authored over 5 years ago
Always use fail fast to activate all rules

Use sonar's quality profiles to deactivate some

github.com/detekt/sonar-detekt - 2d43ed23b4f95dec1bc29de364b6b97f1c297312 authored over 5 years ago
Prepare 0.5.3 release based on sonar 6.7.7, detekt RC14 and kotlin 1.3.21

github.com/detekt/sonar-detekt - 5d25717a68c87b7376240d2ad853097262a0ae65 authored over 5 years ago
Update dependencies and reformat code base

github.com/detekt/sonar-detekt - bdf16403bc818e1e45235b8d059c31ffd2113d70 authored over 5 years ago
Prepare rc16 release (#1741)

* Prepare rc16 release

* Publish the gradle plugin again to bintray to let it sync to maven c...

github.com/detekt/detekt - 4077d270f642b37b563beb226c98478b943947bb authored over 5 years ago
Use Codecov's recommended JaCoCo config (#1739)

https://github.com/codecov/example-gradle

github.com/detekt/detekt - 5948565c07e162113bd6c82ee5eca462a1d12890 authored over 5 years ago
Write a post about how to use snapshot releases (#1737)

github.com/detekt/detekt - a36f3c963c83990c7efb5193001a5d82afa65258 authored over 5 years ago
Document how to include/exclude source files in the gradle plugin - Closes #1712 (#1736)

github.com/detekt/detekt - ae665cf0729ca2a904f7a7d68ad29107f456a642 authored over 5 years ago
Publish snapshots to jfrogs oss artifactory (#1734)

* Publish snapshots to jfrogs oss artifactory

* Mention releases and snapshots

* Upload sn...

github.com/detekt/detekt - 1565c86cdb677f802efd9ade44fda7b3b331bc26 authored over 5 years ago
Use printers of ProcessingSettings (#1735)

github.com/detekt/detekt - 3eb7d4a2bcdae4e899519601fcaad862c787b271 authored over 5 years ago
Wrap four new KtLint rules (#1455)

* Wrap two new KtLint rules

* Add new rules to KtLint provider

* Add test cases for new ru...

github.com/detekt/detekt - c7427f67d5bb939f26994f0e2b9f6945e929247b authored over 5 years ago
Extract building runner (#1733)

This allows tools which embed detekt to call the buildRunner methods
instead using the main met...

github.com/detekt/detekt - 86f3d36bb03f7355bcb9b26f282c9ee30a8da995 authored over 5 years ago
Remove deprecated threshold settings doc (#1730)

#1728 follow-up

github.com/detekt/detekt - 9d7334f7c15aee0c83fe30fd137992dc42755d61 authored over 5 years ago
Move to JSR compilation for rule Specs (#1732)

github.com/detekt/detekt - 148c0510a042ce83c7e84935f9d9d15ba5a3dfd6 authored over 5 years ago
Remove deprecated build failure threshold settings - #1723 (#1728)

github.com/detekt/detekt - 2253d0472f13c11d451b568367867882fc73c0d8 authored over 5 years ago
Implement LibraryCodeMustSpecifyReturnType rule (#1659)

* Implement LibraryCodeMustSpecifyReturnType rule

* Active LibraryCode rule

* Apply explic...

github.com/detekt/detekt - 0178268c85b1daad7d7b0c674a43764607a1cb54 authored over 5 years ago
Print to console the count of weighted issues if above 0 (#1725)

* Print to console the count of weighted issues if above 0

Adding a report of the number of w...

github.com/detekt/detekt - 13fc590ff306ed5d09ec15f27e81587d813f903e authored over 5 years ago
Fix reporting logic for UseRequire and UseCheckOrErrorSpec

The two rules were too 'greedy' and were reporting the majority
of the Illegal[State|Argument]E...

github.com/detekt/detekt - c4d1990acf389384e116e037ae19047cb4fb7695 authored over 5 years ago
Removed extra quote in the Extensions Doc page

github.com/detekt/detekt - 97cf1d387dd48512c21d418c6426cf9e43fac5ee authored over 5 years ago
Run all detekt tasks with project dependencies (#1718)

* Use project(detekt-cli) for detekt configuration

* Remove unused property

* Add required...

github.com/detekt/detekt - 1a6ebbd45ab0f3bd7f9f2dd1a1a888f46e9d6c2e authored over 5 years ago
Gradle plugin: Pass arguments to detekt in a file (#1696)

* Remove redundant imports

* Pass args by file

* Use Gradle logger

* Use unique args fi...

github.com/detekt/detekt - a6673a31ff6fb92758f02ba2ed844d635330f39d authored over 5 years ago
Prevent Lockbot from commenting when locking issues (#1716)

Lockbot is closing/blocking a lot of issues and is flooding the inboxes
of watchers of the repo...

github.com/detekt/detekt - 91e06409f3e5847490c048daab566f6d7e26137c authored over 5 years ago
Update doc for UnusedImports rule (#1714)

github.com/detekt/detekt - 6aa589cdc4a08edab827019be162c2dd62c67a58 authored over 5 years ago
Update CONTRIBUTING.md (#1715)

github.com/detekt/detekt - 9e1244d227a20a965ebf5eb1c5701f02e1d57b0a authored over 5 years ago
Update Kotlin to 1.3.40 (#1713)

github.com/detekt/detekt - 69768f3b10a68dd656c525c74fc07d3c8df49f43 authored over 5 years ago
Introduce lock-bot (#1711)

https://github.com/apps/lock

github.com/detekt/detekt - 854d9645d8e18cb4e27838690bf8923b012df12a authored over 5 years ago
Disable colors on Windows OS (#1701)

* Disable colors on Windows OS

Signed-off-by: Semyon Levin <[email protected]>

* CharS...

github.com/detekt/detekt - a6f43353e87a11731ffdfc588c17b348f4500b81 authored over 5 years ago
Fix broken hasLocationStrings assert (#1707)

github.com/detekt/detekt - e27b186c07ac6376cbc9cd1a02e2635b1da16064 authored over 5 years ago
Fix false positive in rule UnusedImport for componentN (#1705)

github.com/detekt/detekt - 36c78b25b3ee9d90664e3bc8d9a0f199afa37505 authored over 5 years ago
Upgrade embedded Detekt to 1.0.0-RC15 (#30)

github.com/detekt/detekt-intellij-plugin - 676b394d8d3c54e26d0dc8cfd0f81000a127d24c authored over 5 years ago
Update Gradle plugin patch (#1700)

github.com/detekt/detekt - e73fb0fcbb67e717563bf0d08b4f37c2a42a74b8 authored over 5 years ago
Fix bug reporting false positives with EmptyFunctionBlock (#1690)

* Fixed bug reporting false positives with EmptyFunctionBlock

This rule had a bug in reportin...

github.com/detekt/detekt - 8f96fc86d201a8521f21322effb76f3a55be152c authored over 5 years ago
Filter fake elements when processing ast nodes - Closes #1688 (#1698)

github.com/detekt/detekt - 237e1675651dbb34e042f0180d0ea3dbf8b4d1b9 authored over 5 years ago
Update doc (report extension section) (#1703)

* Update doc (report extension section)

* Update link in readme.md

github.com/detekt/detekt - d52c81e1ac0571496c4d19df3f9dd0f2890338ac authored over 5 years ago
Add two more examples and one integrating site (#1699)

github.com/detekt/detekt - 0dd2ebacd7c604321a6c56f1492c66a5246719b1 authored over 5 years ago
Add RedundantElseInWhen rule (#1603)

github.com/detekt/detekt - 3357abba87e1550c65b6610012bb291e0fbb64ce authored over 5 years ago
Set ignoreFailures on all sourceset tasks (#1697)

github.com/detekt/detekt - 2911ab34fc1482bcb5d9e4fd74e3375e2ee23f17 authored over 5 years ago
Gradle: Upgrade the ktlint version to 0.33.0 (#1692)

See https://github.com/pinterest/ktlint/releases/tag/0.33.0. Note that
ktlint decided to remove...

github.com/detekt/detekt - 52b8d1eee3141b26e41ef12ccae756a79a52ab59 authored over 5 years ago
Adds support for ignoreFailures to gradle plugin (#1600)

* Adds support for ignoreFailures to gradle plugin.

* No longer use exception from internal p...

github.com/detekt/detekt - 996369a67fa3c79a0f482de438308dfbaf8630c0 authored over 5 years ago
Prepare rc15 (#1682)

* Prepare RC15 release

* Support autoCorrect property in gradle plugin

* Update used detek...

github.com/detekt/detekt - 11abb88011aecfbd0b3466176e6952c655430cd0 authored over 5 years ago
Fix globings for detektAll and detektFormat (#1681)

github.com/detekt/detekt - 66191aecd8639096f56f60b3b4629e1df78c53ec authored over 5 years ago
Update website and provide migration guide (#1680)

* Update website for rc15 release - #1671

* Add a guide on how to migrate away from the test-...

github.com/detekt/detekt - eb5de7496e1f4f159be7a4c5b3fb4c6e063cc404 authored over 5 years ago
Update cli flags to match rc15 - #1671 (#1677)

github.com/detekt/detekt - 8a4ed511c6f53f6c4f03460bb2a112553f138f26 authored over 5 years ago
Remove failFast property deprecation warning in config (#1678)

github.com/detekt/detekt - c09132a63e0cff6d6756fcf97c931091507c7520 authored over 5 years ago
Prepare changelog for rc15 - #1671 (#1676)

github.com/detekt/detekt - 782486bc785ef1a45c8011bf546fc80098a5937f authored over 5 years ago
Update roadmap for stable release (#1679)

github.com/detekt/detekt - 925ef4fef2b01226b5c4c4f7c61fa8f9dddd834c authored over 5 years ago
Unify use of kotlin environment and make AST modification work again (#1657)

* Actually save modified files

* Use run endpoint which works by only using the ProcessingSet...

github.com/detekt/detekt - 17ec3429399502b8e127fa64ce6993db0482eeee authored over 5 years ago
Fix MaxLineLength and suppressing issues with multiline strings (#1673)

* Fix MaxLineLength and issues with multiline strings

This commit replaces/fixes the function...

github.com/detekt/detekt - bcf7678ff1605049e1b4a30717a633ac98869b7f authored over 5 years ago
Add test for UselessCallOnNotNull and platform types (#1674)

* Adding test for UselessCallOnNotNull and platform types

Adding a small test to verify that ...

github.com/detekt/detekt - 5bb06fea6b0caed47cf9204ad9cf5cda39ac70e2 authored over 5 years ago
Move autoCorrect config property to cli (#1654)

This aligns better with the current supported cli flags and gradle plugin properties.
Also this...

github.com/detekt/detekt - 8269ec1e0cea159cff4f633c444cb2a5228a59b6 authored over 5 years ago
Update FunctionNaming to support factory funcs (#1668)

FunctionNaming does not report factory functions when the function name
is identical to the typ...

github.com/detekt/detekt - d2eedfa0403ba83396e0db9b0cd1eed7d6cc1a5c authored over 5 years ago
Fix TooManyFunctions report logic (#1669)

This fixes a case where an interface or an enum reaches the threshold
check for a class due to ...

github.com/detekt/detekt - fa9a33e31af5151b384c4b6c79c8226e9e914656 authored over 5 years ago
Add support for JSR test infrastructure for type resolved rules (#1661)

* Add support for JSR test infrastructure for type resolved rules

* Update test for UseCallOn...

github.com/detekt/detekt - 1db180664b2a65bfe73946774bb9aa47c9563052 authored over 5 years ago
Rework UnderscoresInNumericLiterals Rule (#1664)

* Rework UnderscoresInNumericLiterals Rule

* Generates docs

* Add 0xFFFFFF test

github.com/detekt/detekt - c1a6b1d6f2d29b3eb73c01373417acc20b5e606c authored over 5 years ago
Allow ':' in EndOfSentence rule - closes #1652

github.com/detekt/detekt - 53ff419fe8e0fdb4e75abcc3aef84f959171f6a9 authored over 5 years ago
Update JaCoCo to 0.8.4 (#1663)

github.com/detekt/detekt - 9855f84901e9bc63777d913d7c297cbd9f4d6415 authored over 5 years ago
Do not use relativePath as it is not set anymore and will crash the detekt run (#1655)

* Do not use relativePath as the kotlin environment handles now the compilation of kt files

*...

github.com/detekt/detekt - c2f9914dce5f4302860ad029d8e338e9e2243ebb authored over 5 years ago
Replace test pattern concept with rule excludes (#1651)

* Allow to configure exclusion and inclusion patterns for rule sets

* Generate excludes for r...

github.com/detekt/detekt - 78c74a05b34a4b81b5857fbfd89f50c140516513 authored over 5 years ago
Improve handling of classpaths in Gradle plugin (#1609)

* Deprecate `plugins` on tasks and extension

* Introduce `detektClasspath` and `pluginClasspa...

github.com/detekt/detekt - 45dc3c0997ce5e579d10cc27a721cdbd3cc86e4e authored over 5 years ago
Allow to configure exclusion and inclusion patterns for rule sets (#1648)

* Allow to configure exclusion and inclusion patterns for rule sets

* Simplify expressions wh...

github.com/detekt/detekt - 54a1187d953edc1c48dfe90737e33632b3eb154d authored over 5 years ago
Migrate to lazy searching of child nodes (#1646)

* Migrate to lazy searching for children nodes

* Start at callee node to consider all nodes

github.com/detekt/detekt - 22bf4e7f0bc246423371893d307f1140fa5ed518 authored over 5 years ago
Add auto correct information to finding (#1595)

* Added auto correct information to finding

This makes it possible for Reports to be aware of...

github.com/detekt/detekt - 20f3bf487fd91b69bf5b23a84113000123bb63a2 authored over 5 years ago
Refactor api tests to use test-api (#1649)

github.com/detekt/detekt - 236fe7eff7921d360cec3266491094162803acdf authored over 5 years ago
Revert cross module coverage (#1647)

github.com/detekt/detekt - f8396823f3fb3bcf0d4c6dbe0c807a63b0f8bc63 authored over 5 years ago
Do not report when using shortcut 'return' on nullable types (#1645)

* Do not report when using shortcut 'return' on nullable types - Closes #842

* Delete obsolet...

github.com/detekt/detekt - 7b4e785aae5f04d5024e9c939f8e8b460550ad6c authored over 5 years ago
Provide meaningful config error message by tracking sub configurations (#1607)

* Provide meaningful config error message by tracking sub configurations - #1497 #1498

* Corr...

github.com/detekt/detekt - 530beda8b7504b6f6d1065defbbd41d006426fd8 authored over 5 years ago
Consider default functions inside interface for used private functions - Close #1613 (#1644)

github.com/detekt/detekt - c16443f0ba27f3cd140880a485d4aa4c7599ea46 authored over 5 years ago
Create a task per source set (#1597)

* Print stacktrace when build fails with exception

* Add a module name for the Kotlin environ...

github.com/detekt/detekt - 98cb54fe2c64a54bf0df930f96f9b013329bb3bc authored over 5 years ago
Publish detekt-api docs to the detekt documentation site (#1615)

* Don't link to docs that don't exist

* Add generateDocumentation task to documentation task ...

github.com/detekt/detekt - e3d3caef5b2788aa9383531a3b9c55f55d0fd561 authored over 5 years ago
Lazily add `detekt` task as a dependency of the `check` task (#1641)

github.com/detekt/detekt - d84870c4580ad99d9560271bdb0dad178175faae authored almost 6 years ago
Remove git commit message check (#1638)

Since this repository uses squash and merge as the only option to
merge PRs, the git commit mes...

github.com/detekt/detekt - b1bac0ba85043641cd243197d2a7546b121dd6c3 authored almost 6 years ago
Configure build-scan plugin (#1523)

* Configure build-scan plugin

* Update to latest build-scan version

github.com/detekt/detekt - 1a29158c21411eeede40a3a1dbbc23888fa29b2f authored almost 6 years ago
Add rule to detekt missing or invalid package declaration. (#1617)

github.com/detekt/detekt - 36e778d53cb5267428825be38f70bbef1ed8e7cf authored almost 6 years ago
Remove additional space in EmptyClassBlock report msg (#1636)

github.com/detekt/detekt - f1edafceaed68d3db0ecfc874d95c7cd673e4e55 authored almost 6 years ago
Reports no duplicated findings in empty ruleset (#1623)

* Reports no duplicated findings in empty ruleset

Closes #1605

* Refactor EmptyClassBlock ...

github.com/detekt/detekt - 28126498b93c20dbebfb71b49f395e273c93190e authored almost 6 years ago
Don't trigger SpreadOperator rule when array copy not required (#1604)

github.com/detekt/detekt - 861886a5614891be16af8c06d3d65c87bcdb1dfb authored almost 6 years ago
Whitelist provideDelegate operator in UnusedImports rule (#1632)

github.com/detekt/detekt - cf1ef9f2000eba0b73315cbde9b4a2d37edae007 authored almost 6 years ago
JDK 12 on AppVeyor (#1635)

github.com/detekt/detekt - 2d3080f5ad2f4e92c8932d99354a4708f0ea994b authored almost 6 years ago
Create a KotlinScriptEngine pool to speed up tests (#1621)

This speeds up the execution of detekt-rules:tests.
The load for compiling code is distributed ...

github.com/detekt/detekt - e9dc8da708ec817ac5e4959d956dc7eca7e54c82 authored almost 6 years ago
Document build-upon-default-config (#1631)

github.com/detekt/detekt - 5e64f21c2668625433211c9b3c50eb4f99b225f9 authored almost 6 years ago
Add support for JSR test infrastructure in style ruleset (#1620)

github.com/detekt/detekt - 738be60f1469c9b75ccaf9d0d170749e061196e8 authored almost 6 years ago
Test on macOS on Travis (#1626)

github.com/detekt/detekt - 17cd201406cbeebfe102a75f4d87263e787e09d3 authored almost 6 years ago
Issue #1611: Fix path issue with DetektTaskDslTest (#1629)

... again! My previous commit was a rebase from a branch that
was just a couple days old; I did...

github.com/detekt/detekt - 2a0c46fc050aad266816df949d5ebad2b01a8299 authored almost 6 years ago
Issue #1611: Fix path issue with DetektTaskDslTest (#1624)

macOS puts various temporary directories into a separate mount
point, and then creates symlinks...

github.com/detekt/detekt - f15d6814ce6f7c76f0946819c851dde026fbb603 authored almost 6 years ago
Prepare 0.2.2 release

github.com/detekt/detekt-intellij-plugin - ef5ae1d93bfed43524fe4e83c87b41d4655e1868 authored almost 6 years ago
Add MissingWhenCase rule (#1602)

github.com/detekt/detekt - 580d46489084495f3f9bbdec12bde4e3f65e7bc8 authored almost 6 years ago
Replace cli filters parameter with incudes and excludes (#1606)

* Implement new concept of cli filters based on inclusion and exclusions patterns

* Do accept...

github.com/detekt/detekt - 63ea8f6d105764d8a7d6e03a896c739432e2f3f7 authored almost 6 years ago
Allow custom reports in gradle plugin (#1598)

* Allow custom reports to be defined by gradle plugin.

* Replace tabs with spaces in all grad...

github.com/detekt/detekt - a0df2b77ded17c1701ea3f4e10eacea0126ef043 authored almost 6 years ago