Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osipxd/detekt-explicit-api-mode-test

Sample project to reproduce bug
https://github.com/osipxd/detekt-explicit-api-mode-test

Last synced: 9 days ago
JSON representation

Sample project to reproduce bug

Awesome Lists containing this project

README

        

# RedundantVisibilityModifierRule with explicit API mode

Sample project to reproduce https://github.com/detekt/detekt/issues/3125

### Expected result:

```
BUILD SUCCESSFUL
```

### Actual result:

```
> Task :detekt FAILED
style - 5min debt
RedundantVisibilityModifierRule - [someApiFunction] at ~/detekt-explicit-api-mode-test/src/main/kotlin/MyApi.kt:5:16

Overall debt: 5min

FAILURE: Build failed with an exception.
```