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

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

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
```