...
1allowedCopyrightHolders:
2 - 'Google LLC'
3allowedLicenses:
4 - 'Apache-2.0'
5sourceFileExtensions:
6 - 'go'
7 - 'proto'
8ignoreFiles:
9 # Automatically Generated
10 - "bigtable/cmd/cbt/cbtdoc.go"
11 # From https://github.com/golang/pkgsite.
12 - "third_party/pkgsite/print_type.go"
13 - "third_party/pkgsite/synopsis.go"
14 - "third_party/go/doc/comment.go"
15 - "third_party/go/doc/comment_test.go"
16 - "third_party/go/doc/doc.go"
17 - "third_party/go/doc/example.go"
18 - "third_party/go/doc/example_test.go"
19 - "third_party/go/doc/exports.go"
20 - "third_party/go/doc/filter.go"
21 - "third_party/go/doc/headscan.go"
22 - "third_party/go/doc/reader.go"
23 - "third_party/go/doc/synopsis.go"
24 - "third_party/go/doc/synopsis_test.go"
25 # Ignore all proto files
26 - "**/*.pb.go"
View as plain text