syncable-cli 0.37.1

A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations
Documentation
1
2
3
4
5
6
7
//! Check definitions and registration.
//!
//! Checks are concrete lint rules that combine a template with parameters.

pub mod builtin;

pub use builtin::builtin_checks;