github.com/vmware/govmomi@v0.51.0/hack/header/config.json (about) 1 { 2 "headerLines": [ 3 "© Broadcom. All Rights Reserved.", 4 "The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.", 5 "SPDX-License-Identifier: Apache-2.0" 6 ], 7 "fileCommentPrefixes": { 8 ".go": "//", 9 ".sh": "#", 10 ".mk": "#", 11 ".yaml": "#", 12 ".yml": "#" 13 }, 14 "ignoredPaths": [ 15 ".chglog/**", 16 ".github/**", 17 ".golangci.yml", 18 ".goreleaser.yml", 19 "scripts/**", 20 "vim25/json/**", 21 "vim25/xml/**", 22 "govc/**/*.sh" 23 ], 24 "maxScanLines": 10 25 }