https://github.com/kylecorry31/orion
A Kotlin library of custom detekt ruleset
https://github.com/kylecorry31/orion
Last synced: about 2 months ago
JSON representation
A Kotlin library of custom detekt ruleset
- Host: GitHub
- URL: https://github.com/kylecorry31/orion
- Owner: kylecorry31
- License: mit
- Created: 2026-04-18T12:01:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-18T13:47:00.000Z (2 months ago)
- Last Synced: 2026-04-18T15:14:17.748Z (2 months ago)
- Language: Kotlin
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orion
`orion` is a Kotlin library of custom detekt rulesets.
## Usage
Add the published artifact to your Detekt plugin configuration:
```kotlin
dependencies {
detektPlugins("com.kylecorry:orion:")
}
```
Enable the rule in your `detekt.yml`:
```yaml
orion:
NoRecursion:
active: true
```