Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/osipxd/detekt-explicit-api-mode-test
- Owner: osipxd
- Created: 2020-12-29T20:52:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T20:53:18.000Z (about 4 years ago)
- Last Synced: 2024-11-08T19:52:58.359Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:16Overall debt: 5min
FAILURE: Build failed with an exception.
```