Skip to content

Commit

Permalink
i love json
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 7, 2024
1 parent 47d2c9e commit 99fad85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/linux/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 99fad85

Please sign in to comment.