From 99fad85f02d42ae658009963a47d1f7e0bc61e18 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Wed, 7 Feb 2024 15:16:08 -0500 Subject: [PATCH] i love json --- .devcontainer/linux/devcontainer.json | 3 --- .github/workflows/lint.yml | 2 -- 2 files changed, 5 deletions(-) diff --git a/.devcontainer/linux/devcontainer.json b/.devcontainer/linux/devcontainer.json index 06451cd1..bc2b6b05 100644 --- a/.devcontainer/linux/devcontainer.json +++ b/.devcontainer/linux/devcontainer.json @@ -5,11 +5,8 @@ "DISPLAY": "${localEnv:DISPLAY}" }, "mounts": [ - // SSH Keys "type=bind,source=/home/${localEnv:USER}/.ssh,target=/root/.ssh,readonly", - // X11 for guis "source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached", - // gitconfig "type=bind,source=/home/${localEnv:USER}/.gitconfig,target=/root/.gitconfig,readonly" ], "workspaceFolder": "/root/rov-24", diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 74ed7268..bf4b5d92 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,8 +30,6 @@ jobs: env: DEFAULT_BRANCH: main VALIDATE_ANSIBLE: false - # We use JSON with comments so JSON linter fails. - VALIDATE_JSON: false # Would need to update our documentation format VALIDATE_MARKDOWN: false