Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twisterrob/net.twisterrob.detekt
Custom Detekt rules and plugins
https://github.com/twisterrob/net.twisterrob.detekt
detekt detekt-plugin detekt-rules
Last synced: 19 days ago
JSON representation
Custom Detekt rules and plugins
- Host: GitHub
- URL: https://github.com/twisterrob/net.twisterrob.detekt
- Owner: TWiStErRob
- Created: 2023-03-30T12:13:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T16:15:17.000Z (26 days ago)
- Last Synced: 2024-10-22T04:18:36.619Z (25 days ago)
- Topics: detekt, detekt-plugin, detekt-rules
- Language: Kotlin
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TWiStErRob's custom Detekt rules
This repository hosts my custom Detekt rules.## Related documentation
* Module, ruleSet and first rule
https://medium.com/@vanniktech/writing-your-first-detekt-rule-ee940e56428d
Bit outdated, but good starting point.
* Official documentation
https://detekt.github.io/detekt/extensions.html
Shows the basics.
* Official template
https://github.com/detekt/detekt-custom-rule-template