From 86abdbcaee84af8cd1ef7ab55790ff60e26b80b0 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Thu, 8 Feb 2024 01:35:45 -0500 Subject: [PATCH] bye bye jsonlint --- .cspell.json | 70 ++++++++++++++++++++++++------------------------ .mega-linter.yml | 4 ++- 2 files changed, 38 insertions(+), 36 deletions(-) diff --git a/.cspell.json b/.cspell.json index 4a8ccbec..75ac5dbc 100644 --- a/.cspell.json +++ b/.cspell.json @@ -1,4 +1,3 @@ - { "version": "0.2", "language": "en", @@ -12,97 +11,98 @@ "megalinter-reports" ], "words": [ - "CCACHE", - "Carlstrom", - "Colcon", - "DGRAM", - "DISTRO", - "DPADHOR", - "DPADVERT", - "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", - "pyright", + "PYTHONWARNINGS", "qdarktheme", "qtbot", "rclpy", "realsense", + "Realsense", "reflashing", "remappings", + "RJOYPRESS", + "RJOYX", + "RJOYY", "rosdep", "rosout", "schematypens", "scps", "seagrass", + "Seagrass", + "Seongmin", "setuptools", + "Shellscripts", + "SIOCGIFADDR", "socat", + "Spinview", "stefanzweifel", + "Ubotix", "udev", + "URDF", "usbutils", "venv", "wlan", "xacro", "xhost", + "Xlaunch", "xquartz", + "Xquartz", "xvfb" ] -} \ No newline at end of file +} diff --git a/.mega-linter.yml b/.mega-linter.yml index 120193fa..d658e16f 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -22,4 +22,6 @@ DISABLE: DISABLE_LINTERS: - PYTHON_PYLINT # MYPY is doing enough type checking - - PYTHON_PYRIGHT \ No newline at end of file + - PYTHON_PYRIGHT + # Seems broken rn + - JSON_JSONLINT \ No newline at end of file