Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vovastelmashchuk/quirkrules
RuleQuirks: Unique, unconventional Detekt rules, expanding linting beyond the norm. Perfect for ous.
https://github.com/vovastelmashchuk/quirkrules
Last synced: about 2 months ago
JSON representation
RuleQuirks: Unique, unconventional Detekt rules, expanding linting beyond the norm. Perfect for ous.
- Host: GitHub
- URL: https://github.com/vovastelmashchuk/quirkrules
- Owner: VovaStelmashchuk
- License: apache-2.0
- Created: 2023-12-12T19:54:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T14:48:52.000Z (9 months ago)
- Last Synced: 2024-10-12T05:08:01.601Z (3 months ago)
- Language: Kotlin
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RuleQuirks
**Unique, unconventional Detekt rules, expanding linting beyond the norm. Perfect for ous.**
## Documentation
You can find the documentation about how to write [custom rules here][custom_rule_documentation].
## Note
- Remember that, by default, all rules are disabled. To configure your rules edit the file in
`src/main/resources/config/config.yml`.
- Once you have your rules ready you can publish them on the [detekt's marketplace][detekt_marketplace] to improve the discoverability. To do so create a PR editing [this file][detekt_marketplace_edit].[custom_rule_documentation]: https://detekt.github.io/detekt/extensions.html
[jitpack]: https://jitpack.io/
[detekt_marketplace]: https://detekt.dev/marketplace
[detekt_marketplace_edit]: https://github.com/detekt/detekt/blob/main/website/src/data/marketplace.js