Popularity
0.4
Stable
Activity
-
-
6
0
0

Description

Set of Spring Boot Best Practices converted into Konsist tests. Helps you write clean and maintainable code and prevent AI slop (at least trying) in your codebase.

Each rule is a static analysis check that runs as a regular JUnit 5 test. Rules inspect your source code structure using Konsist — they look at class names, annotations, package locations, and layer dependencies without compiling or running your application. You configure which rules to enforce via a Kotlin DSL, and the test fails with a clear message identifying the exact class or method that violated the rule.

Programming language: Kotlin
License: Apache License 2.0
Tags: Tests     Kotlin     Spring Boot    

Spring Boot Code Guard alternatives and similar libraries

Based on the "Tests" category.
Alternatively, view spring-boot-code-guard alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Spring Boot Code Guard or a related project?

Add another 'Tests' Library