Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 6baeab0

Browse files
committedApr 20, 2023
Add pre-commit hooks to validate and cleanup
Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
1 parent 869c16a commit 6baeab0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+426
-185
lines changed
 

‎.devcontainer/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ RUN cd /opt && \
2525
# [Optional] Uncomment this section to install additional OS packages.
2626
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
2727
# && apt-get -y install --no-install-recommends <your-package-list-here>
28-
29-
30-

‎.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
},
5757
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
5858
"remoteUser": "vscode"
59-
}
59+
}

0 commit comments

Comments
 (0)
This repository has been archived.