Awesome
examples
Examples of lintnet. You can learn lintnet by running commands according to examples.
- Tutorial
- Filter files
- Lint k8s manifests
- Lint Terraform configuration files
*.tf
and Terraform plan files - Validate data with JSON Schema
- Use third party Jsonnet libraries
- Use the
base_data_path
option - Lint across files
- Customize Output
- Module
Set up
To run examples, you have to set up the environment first. You only have to checkout this repository and install lintnet.
The most easiest way is to use Development Containers. We provide devcontainer.json to set up the environment quickly.
Using GitHub Codespaces, you can set up the environment without installing anything on your laptop.
You can also use Dev Container CLI
devcontainer up --workspace-folder .
devcontainer exec --workspace-folder . bash
If you use aqua, you can install lintnet by running aqua i -l
.