A lightweight utility for checking the syntax correctness of .kts
(Kotlin Script) files without executing them. This tool is particularly useful for developers working with CI/CD written in Kotlin.
- Fast Syntax Checking: Quickly verifies the syntax of
.kts
files without execution. - Command-Line Interface (CLI): Easy-to-use CLI for integrating into your development workflow.
- Continuous Integration Friendly: Ideal for use in CI/CD pipelines to ensure script quality.
//TBD
//TBD