mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
We skip all issues from autogenerated files. Also reuse AST parsing for nolint and autogenerated exclude processors: decrease processing time on golang source code from 3s to 800ms.
6 lines
103 B
Go
6 lines
103 B
Go
// Code generated by protoc-gen-foo
|
|
// source: bar.proto
|
|
// DO NOT EDIT!!!
|
|
package testdata
|
|
|
|
var v int
|