Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 9, 2024
1 parent 54a07d5 commit b68ab09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
"DGRAM",
"DISTRO",
"DPADHOR",
"DEVSKIM",
"DPADVERT",
"JSONLINT",
"KICS",
"LJOYPRESS",
"LJOYX",
"LJOYY",
Expand Down
7 changes: 0 additions & 7 deletions .jscpd.json

This file was deleted.

4 changes: 2 additions & 2 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ PRE_COMMANDS:
# - command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1
# venv: ruff

# DISABLE:
# - COPYPASTE
DISABLE:
- COPYPASTE

DISABLE_LINTERS:
- PYTHON_PYLINT
Expand Down
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ 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=/dev/null
RUN source /root/rov-24/.vscode/rov_setup.sh \
RUN \
# shellcheck source=/rov-24/.vscode/rov_setup.sh
source /root/rov-24/.vscode/rov_setup.sh \
# Installs ROS and python dependencies
# shellcheck source=/dev/null
# shellcheck source=/.vscode/install_dependencies.sh
&& source /root/rov-24/.vscode/install_dependencies.sh \
# Builds package
# shellcheck source=/dev/null
Expand Down

0 comments on commit b68ab09

Please sign in to comment.