nginx-lint-common 0.10.2

Common types and parser for nginx-lint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# nginx-lint-common

[![API Docs](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://walf443.github.io/nginx-lint/api/nginx_lint_common/)

Common types and traits for [nginx-lint](https://github.com/walf443/nginx-lint).

## Overview

This crate provides the core functionality shared between the nginx-lint CLI and plugin SDK:

- `LintRule` trait and `LintError` types
- Configuration management (`LintConfig`)
- Ignore comment support
- Re-exports of the parser crate

## License

MIT