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
13
14
15
16
17
[plugin]
name = 'test-plugin-check'
version = '0.1.0'
description = 'test-plugin-check configuration plugin for linthis'
linthis_version = '>=0.2.0'
languages = [
    'rust',
    'python',
    'typescript',
]
license = 'MIT'

[[plugin.authors]]
name = 'Your Name'
email = 'you@example.com'

[configs]