Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/detekt/detekt

Static code analysis for Kotlin
https://github.com/detekt/detekt

Updated magicnumber rule in failfast.yml

f4737b74b157c0c87d8513bb3d9cd79dd0b39bb6 authored over 7 years ago
update kotlin to v1.1.4

release notes:
https://blog.jetbrains.com/kotlin/2017/08/kotlin-1-1-4-is-out/

7f7ecd4aef713030d14f7abe09a37980908ffda6 authored over 7 years ago
remove duplicated test function

adc29abfcbf94013d871ce155c47c00a1fd9914d authored over 7 years ago
make Int.reached internal

96a2cc3d51d5d6e7d314f2201c139942a664abf4 authored over 7 years ago
Set equals() rules to inactive

54f3787538b23864b85e3bbfdf73629b1a527609 authored over 7 years ago
Added EqualsAlwaysReturnsTrueOrFalse rule

ec1c3f50de83575d6e8b4afc3f3601b28a69bb99 authored over 7 years ago
Added rule for equals() returning constant bool

67789f4d1c271eba19088fdb74e36fb048074000 authored over 7 years ago
Added EqualsNullCall rule

517bf69ea251dfc44289159082683537a1c49d89 authored over 7 years ago
Added more test cases for illegal package name

f55e0458d67d108be984d9449ad240b0de700468 authored over 7 years ago
Added naming rule for packages

e4eb1425e6feb575395cef003c2b149e1395a161 authored over 7 years ago
Remove comment block test code duplication

e81a5164cb273db1c57f8b740d72ebe39361d279 authored over 7 years ago
Treat comment as non-empty block body

3c674754884d1351e245a794017ae0fef7bf22e9 authored over 7 years ago
Added empty init and secondary ctor rules

a661c0b47203984fe9bd943e198499e9d34c231d authored over 7 years ago
Added EmptyDefaultConstructor rule

946c01d579b0187cd213dae1693c929a9dabae6d authored over 7 years ago
Added check for lone ";" in EmptyIfBlock rule

An if statement has a then block containing only a semicolon.
This semicolon might have been add...

2c756138e96a41da2250e8ed7b66b4948704f856 authored over 7 years ago
Added CatchThrowable rule

d3f12059dddf422203d89d85e907c65523e4d7ba authored over 7 years ago
Added RethrowCaughtException rule

e883facc3cbd7649e9ae5dd76ba9e46e8c1e5354 authored over 7 years ago
Added CatchIllegalMonitorStateException rule

4502a24c2464d704c8e4269a1d1c08f8a0b1e7e1 authored over 7 years ago
Added rule for NoSuchElementException in next()

6f41bc8910ad0a5cc7517eb5c723c5366e4df758 authored over 7 years ago
Added ReturnFromFinally rule

f61df0af73c1aecb914d608fa414ff66c2f4a9e7 authored over 7 years ago
Added ThrowingNewInstanceOfSameException rule

2e639c4774406226a01054105d19b1735e9ea6c9 authored over 7 years ago
Update used detekt to RC2

6b7cb31e6430c75d8e8f1f209167206f2a6d9019 authored over 7 years ago
Update version to RC2

87a52852c01166b4d73cdaed4627827ddc39de31 authored over 7 years ago
Update documents for RC2

57ec0a9a7f716aef34e3b1ad52c2d041243b5791 authored over 7 years ago
Run cli on ci

2c991245e3c50f36150dc6c32c73e213f2c08c87 authored over 7 years ago
Do not fail build for --help

983173c27a65cef5ba8aa209598ba34cb6d09cda authored over 7 years ago
Run detekt check equivalent from cli in travis

52e81cb74e849ae5618443fa73978a6d8b437ad1 authored over 7 years ago
Fix MagicNumber's and ReturnCount's

785a7de9be48712386f96e788b32db5c42ac5033 authored over 7 years ago
Add Rule.lint on ktFile option for performance

903051d2402051980c538253465df4ada69bf180 authored over 7 years ago
Add test case for crashing property - closes #276

e41c179d0bed128140955e22ee375ab8942c2e5f authored over 7 years ago
Remove unnecessary yml properties in failfast.yml

04b1d46b2613844c8e4c772306ff1b7653f4d1f7 authored over 7 years ago
Implement ignore checks for MagicNumber based on checkstyle - closes#280

4fa2cca88f1b84634c17af5870aaeeedcad3b514 authored over 7 years ago
Do not create unnecessary ast's

f9333d6ff942108236ec49cbc76d7d187012ef39 authored over 7 years ago
Added UnnecessaryConversionTemporary rule

5aca85d60f7cab7e73b3abd8e47474e0ad11bae3 authored over 7 years ago
Refactored TemporaryInstantiation rule and test

2526975f375280395184055a76ff0d080175ab02 authored over 7 years ago
Revert implementation configuration in cli module

cc8e542b41dd69e79b2b1a18a30880e87f2816cb authored over 7 years ago
Remove another star import

bd9a2db3ee8fd9c98e12c6edfd069eaeb8b69cc3 authored over 7 years ago
Rename ignoreNumbers to ignoredNumbers

0497312ddba920f4dbccf272ac6fc6c155cf6431 authored over 7 years ago
Address bugs in MagicNumber check:

* flagging non-numeric constant expressions (e.g., "true")
* inability to ignore floating point...

45eaf3edc3ce44f4a13e0844afbe93214dfec47f authored over 7 years ago
Use single imports instead of star-imports

ec7f55065c69697fd6d613643fdd7c272a5e5aa2 authored over 7 years ago
Fix constants in MagicNumber tests

73f204994d59984ae99c0895b92c00000b5c215d authored over 7 years ago
Improve message for MagicNumber check

440340cdb223e36279c1e820772f46b8202a2701 authored over 7 years ago
Remove unused hamcrest version property

b962071b95adb3c59df8e17ac8a1639c1b2a53a0 authored over 7 years ago
Make CodeSmell and Issue more test-output friendly

Generate a toString() method so you can see their values when tests go
red.

59fb91d79bb46aab8a9a03cd348525b76433a8de authored over 7 years ago
Added sloc count metric

2b985e5f49a95f7200ae55e25d4bd0e581276102 authored over 7 years ago
Updated SLOC counter

36696026729aa29b2a695055e53a26e3287a391b authored over 7 years ago
Added loc count metric

45815145760392b2f8efd0e9b83b405a5a56f1a2 authored over 7 years ago
Take advantage of compilation avoidance in project's modules

2b4a23cd3ddb9d806d1fb5e4a502b462ea414348 authored over 7 years ago
Use single quotes for plain strings wherever possible

69bcdff44695feb70fc175664f61db94d838e14c authored over 7 years ago
Update Gradle wrapper, using Gradle 4.1-rc-2

This is an automated change resulting from:
$ ./gradlew wrapper --gradle-version=4.1-rc-2

b5b944534b89965f22e52269abfd53a6cda2dcbc authored over 7 years ago
Use single quotes for plain strings wherever possible

263cc310c7f52b40376a83d2c3821d2f3d6d8003 authored over 7 years ago
Correct badges

c0d7e57edea8ee38dd55bff4cebb8c214a6ccd37 authored over 7 years ago
Update guides for RC1

0fbb5ea4b5f0f79d4744570d69759455de309f93 authored over 7 years ago
Update version to RC1

38f9edc8fdf09da7810aa3628d08eafea94fcf88 authored over 7 years ago
Allow to override the output name of output reports

074077eb5f7132361f5d7816f56bf8da1cdbf811 authored over 7 years ago
Add changelog for rc1

dc4b2467f2427dede372b39270b9de0b185d0a7d authored over 7 years ago
Update migration guide

01668abd9fa46039d6870294a6bced12d6a6054c authored over 7 years ago
ForbiddenComment: Fix a typo in "STOPSHIP"

4ecd4aed87b406798437c59c9a2c4d7b7e79fc02 authored over 7 years ago
Rewrite sample project - closes #257

4e645d50cf511633fb0296c08c480ac52a6a1107 authored over 7 years ago
Rename sample project

da0a4992e0656d2c04fa52950e191ac8b4da85fe authored over 7 years ago
Added comments to unreachable code in test class

885b9af754576ec4bf43120d0114ada0fb77409c authored over 7 years ago
Added test cases with return labels

4ccf2659d16567513cb9b22b69b0be987686d338 authored over 7 years ago
Added unreachable code rule to config.yml

abb408227d2e69b41c356e03b8dbefc09ea33eaf authored over 7 years ago
Added unreachable code rule

8be2ba311e6836908cc888feacf63484506cc1ad authored over 7 years ago
Implement MagicNumber rule - #261

* Add MagicNumber.

* Also report usages of magic numbers in if+when statements.

* Better d...

d92d37a8d5933eeaa244a05984128bc23473a313 authored over 7 years ago
Added CLOC count metric

b34fdbd2b298aaf05f50d23970b731bcfd530f9e authored over 7 years ago
Added inner visitor to prevent wrong results

5aae65c4b57c99d3b5d114e4c321f89b28af04a1 authored over 7 years ago
Use visitImportList instead of visit.

1082a1ebcd29980950a3ff695a61598db949b294 authored over 7 years ago
Better description.

823814278844192557e8680208944c06cc0e25a3 authored over 7 years ago
Add ForbiddenImport.

a9bd3c8caf33face85da0781c1d86cbaa5c1ca4b authored over 7 years ago
Clean up output facade

a384fff90144bec9ca3837f7b4c8022c254f986a authored over 7 years ago
Implement debug logger

a6d0204492e0ae01b489ce097bcff0e14e8aab2c authored over 7 years ago
Measure only detekt run time

Reports are negligible (12 ms).

06238b0cd54de979a78359b01f289ff99944aa59 authored over 7 years ago
Allow to exclude processors with id

0bc184a2ec2c49b386d9fc720229d997353dcec2 authored over 7 years ago
Rename to BaselineFacade

eda66ca9e8217f7c41552a4a8c0698b5beaf6c20 authored over 7 years ago
Allow to turn on/off console and output reports

4f7e838d3a438d460f9a6199882d73ffb99da01d authored over 7 years ago
Fix code style issues

61820e6baf84f111158bbc750d9a9446f17d6aa7 authored over 7 years ago
Allow to disable processors

9828713892cb1c30f95653a97433c724a2a7efc9 authored over 7 years ago
Introduce extension interface - #243

fffc89830a3b3049e1e01b9d61a2907da1cbbd78 authored over 7 years ago
Implement ConsoleReport facility - #171

3657d843f0d71d2b5dffc837f5b0483760d720a4 authored over 7 years ago
Address style violations from code review

08c7764bf7ac60a807ac4cfc356ec285bfbcd0a0 authored over 7 years ago
Change priorities of default console reports so that users have more priority numbers to add between each default report

1b9138418793e6fcc5075fae4d26b2c17f9fd7dd authored over 7 years ago
Implement build failure as ConsoleReport - #171

0edce859d8522a21fe3c89eabe09729244699bad authored over 7 years ago
Rename more rules to plugins - #134

27ee81bd4eead24cb6d5b68f99a9d8a97acf70ae authored over 7 years ago
Refactor output format to be independent of constructor arguments - #171

f536dcd3c1e731cfd889ed035068b6e4a3306ff2 authored over 7 years ago
Correct printing of findings - #171

27262562ae710db8355b508a768968f70c0ab25c authored over 7 years ago
Move output format to api module

0fb8ea710af2736cf69c2ee32c4713baafd7bb25 authored over 7 years ago
Notify the user about writing output reports

7aca3aed64c0e21225750de0c042b6bb8b74e98f authored over 7 years ago
Migrate BuildError

126b02af8b8ba1bbb63e4d9a5f6f3d7f49d255dd authored over 7 years ago
Separate main method from jcommander arguments

65250b58d9c483529225ca0d4b2b52ae7ea25ff8 authored over 7 years ago
Move formatters to out package

14b265379b69d85c47c4dae33229282e215bec4f authored over 7 years ago
Remove loading processors from cli - #101

1bbb28c9e190c88c02a847b6175ac90fec2196b1 authored over 7 years ago
Filter detection result before reporting

372f86096cc88285ab6c9aa24443946054d0c3ff authored over 7 years ago
Add detekt file processors to cli - #101

Having core and cli provide processors, the meta-inf file gets overriden.

f2b15fda98307362fd8a086d939f5dc58b94cccc authored over 7 years ago
Refactor OutputFacade to meet new services

793a5c0c36512eb847986d3004268a4d9143ac27 authored over 7 years ago
Rename outputformat to output report

782ecb242184b150b887e5c6cd230a23b8e5c9f0 authored over 7 years ago
Fix project statistic processors

87b659584a669cde479f4d490196064cd359cb5d authored over 7 years ago
Remove unsafe call to input

2fe8b18206d5a999f9837c7eac1364a8820ae316 authored over 7 years ago
Merge processor and visitor files

51dcb35d0b942f4c6e4aa4e61e7b5066582bcb78 authored over 7 years ago
Change output parameter to be a directory for storing all output reports

67821ffd7d7bd2f14b78d9005f8684eda66c23a0 authored over 7 years ago