mirror of
https://github.com/valitydev/thriftlint.git
synced 2024-11-06 00:05:20 +00:00
8 lines
281 B
Go
8 lines
281 B
Go
// Package thriftlint is an extensible Linter for Thrift files, written in Go.
|
|
//
|
|
// New() takes a set of checks and options and creates a linter. The linter checks can then
|
|
// be applied to a set of files with .Lint(files...).
|
|
//
|
|
// See the README for details.
|
|
package thriftlint
|