From 0648f4b5b070816fcd0785a58b3537cd8b1cfc67 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Thu, 8 Feb 2024 16:12:01 +0000 Subject: [PATCH] more fixes --- .cspell.json | 74 +++++++++++++++++++-------------------- .markdown-link-check.json | 2 +- Dockerfile | 4 +-- 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.cspell.json b/.cspell.json index 75ac5dbc..252c48e2 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1,108 +1,108 @@ { - "version": "0.2", - "language": "en", "ignorePaths": [ "**/node_modules/**", "**/vscode-extension/**", "**/.git/**", "**/.pnpm-lock.json", - ".vscode", "package-lock.json", "megalinter-reports" ], + "language": "en", + "version": "0.2", "words": [ + "CCACHE", + "Carlstrom", + "Colcon", + "DGRAM", + "DISTRO", + "DPADHOR", + "DPADVERT", + "JSONLINT", + "LJOYPRESS", + "LJOYX", + "LJOYY", + "MYPY", + "Manip", + "Mollerstuen", + "Numpy", + "PYLINT", + "PYTHONWARNINGS", + "Pixhawk", + "Pixmap", + "Poulin", + "RJOYPRESS", + "RJOYX", + "RJOYY", + "Realsense", + "SIOCGIFADDR", + "Seagrass", + "Seongmin", + "Shellscripts", + "Spinview", + "URDF", + "Ubotix", + "Xlaunch", + "Xquartz", "azuretools", "blackfly", "btns", "bttn", - "Carlstrom", "ccache", - "CCACHE", "clearpathrobotics", "colcon", - "Colcon", "cwru", "cwrubotix", "cwrurobotics", "devcontainer", "devel", "dfsg", - "DGRAM", "distro", - "DISTRO", - "DPADHOR", - "DPADVERT", "ethernets", "ifname", "imgmsg", "inputed", "isort", - "JSONLINT", "libxcb", - "LJOYPRESS", - "LJOYX", - "LJOYY", "lsusb", "manip", - "Manip", "mavros", - "Mollerstuen", "mypy", - "MYPY", "netplan", "ntoa", - "Numpy", "opencv", "osrf", "pipefail", "pixhawk", - "Pixhawk", - "Pixmap", - "Poulin", "pycache", "pylint", - "PYLINT", "pynput", "pyqt", "pyqtdarktheme", "pyright", "pytest", "pytestqt", - "PYTHONWARNINGS", "qdarktheme", "qtbot", "rclpy", "realsense", - "Realsense", "reflashing", "remappings", - "RJOYPRESS", - "RJOYX", - "RJOYY", "rosdep", "rosout", "schematypens", "scps", "seagrass", - "Seagrass", - "Seongmin", "setuptools", - "Shellscripts", - "SIOCGIFADDR", + "shellcheck", "socat", - "Spinview", "stefanzweifel", - "Ubotix", "udev", - "URDF", "usbutils", "venv", "wlan", "xacro", "xhost", - "Xlaunch", "xquartz", - "Xquartz", "xvfb" ] -} +} \ No newline at end of file diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 8ac317a9..a0bc540c 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -2,7 +2,7 @@ "replacementPatterns": [ { "pattern": "^/", - "replacement": "{{BASEURL}}/doc/images" + "replacement": "{{BASEURL}}/rov-24/doc/images" } ] } diff --git a/Dockerfile b/Dockerfile index 72e34369..52c24ec4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,10 +29,10 @@ WORKDIR /root/rov-24 COPY . . # TODO for future nerd to do this via ENTRYPOINT which be better but, I could not get ENTRYPOINT to play with VsCODE. -# shellcheck source=rov-24/.vscode/rov_setup.sh +# shellcheck source=/rov-24/.vscode/rov_setup.sh RUN source /root/rov-24/.vscode/rov_setup.sh \ # Installs ROS and python dependencies -# shellcheck source=rov-24/.vscode/install_dependencies.sh +# shellcheck source=/rov-24/.vscode/install_dependencies.sh && source /root/rov-24/.vscode/install_dependencies.sh \ # Builds package # shellcheck source=/dev/null