linthis 0.19.3

A fast, cross-platform multi-language linter and formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# test-plugin-check Config Plugin

A linthis configuration plugin.

## Usage

```toml
[plugin]
sources = [
    { name = "test-plugin-check", url = "https://github.com/your-org/test-plugin-check.git" },
]
```