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
//! Rule trait and utilities.
//!
//! Rules are the base abstraction for linting logic.
//! Templates implement rules with configurable parameters.

use crate::analyzer::kubelint::context::{LintContext, Object};
use crate::analyzer::kubelint::types::Diagnostic;