Skip to content

Commit

Permalink
🤖 Update license headers / Format go codes and yaml files
Browse files Browse the repository at this point in the history
Signed-off-by: vdaas-ci <ci@vdaas.org>
Signed-off-by: kpango <i.can.feel.gravity@gmail.com>
  • Loading branch information
vdaas-ci authored and kpango committed May 31, 2020
1 parent a77d2c7 commit 80d8d30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
]
}
],
"contributorsPerLine": 7,
"contributorsPerLine": 5,
"projectName": "vald",
"projectOwner": "vdaas",
"repoType": "github",
Expand Down
13 changes: 7 additions & 6 deletions hack/license/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func dirwalk(dir string) []string {
switch filepath.Ext(file.Name()) {
case
".ai",
".all-contributorsrc",
".cfg",
".crt",
".default",
Expand All @@ -113,26 +114,26 @@ func dirwalk(dir string) []string {
".ssv",
".sum",
".svg",
".tpl",
".tmpl",
".tpl",
".txt",
".whitesource",
"LICENSE",
"Pipefile":
default:
switch file.Name() {
case
"GO_VERSION",
"NGT_VERSION",
"VALD_VERSION",
"TENSORFLOW_C_VERSION",
"AUTHORS",
"CONTRIBUTORS",
"GO_VERSION",
"NGT_VERSION",
"Pipefile",
"TENSORFLOW_C_VERSION",
"VALD_VERSION",
"grp",
"src",
"obj",
"prf",
"src",
"tre":
default:
path, err := filepath.Abs(filepath.Join(dir, file.Name()))
Expand Down

0 comments on commit 80d8d30

Please sign in to comment.