Skip to content

Commit 4ec9dce

Browse files
committed
add .custom-gcl.yml to reuse exceptions
1 parent 5273f9b commit 4ec9dce

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,28 @@
1111
"upgradePackages": true
1212
}
1313
},
14-
15-
"runArgs": ["--privileged", "--init"],
16-
14+
"runArgs": [
15+
"--privileged",
16+
"--init"
17+
],
1718
"customizations": {
1819
"vscode": {
1920
"settings": {
20-
"terminal.integrated.shell.linux": "/bin/bash"
21+
"terminal.integrated.profiles.linux": {
22+
"bash": {
23+
"path": "/bin/bash"
24+
}
25+
},
26+
"terminal.integrated.defaultProfile.linux": "bash"
2127
},
2228
"extensions": [
2329
"ms-kubernetes-tools.vscode-kubernetes-tools",
2430
"ms-azuretools.vscode-docker"
2531
]
2632
}
2733
},
28-
2934
"remoteEnv": {
3035
"GO111MODULE": "on"
3136
},
32-
3337
"onCreateCommand": "bash .devcontainer/post-install.sh"
34-
}
35-
38+
}

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ path = [
1010
".gitignore",
1111
".dockerignore",
1212
".golangci.yml",
13+
".custom-gcl.yml",
1314
"CODEOWNERS",
1415
"Dockerfile",
1516
"Makefile",

0 commit comments

Comments
 (0)