diff --git a/.bandit.yml b/.bandit.yml index df542cec..d73d96cc 100644 --- a/.bandit.yml +++ b/.bandit.yml @@ -1,2 +1,2 @@ assert_used: - skips: ["*/test_*.py", "*/test_*.py"] \ No newline at end of file + skips: ["*/test_*.py"] \ No newline at end of file diff --git a/.jscpd.json b/.jscpd.json new file mode 100644 index 00000000..7f218da3 --- /dev/null +++ b/.jscpd.json @@ -0,0 +1,6 @@ +{ + "ignore": [ + "*/test_*.py" + ] + } + \ No newline at end of file diff --git a/.mega-linter.yml b/.mega-linter.yml index 66b97d86..e2362bfd 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -16,12 +16,14 @@ 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 # MYPY is doing enough type checking - PYTHON_PYRIGHT # Seems broken rn - - JSON_JSONLINT \ No newline at end of file + - JSON_JSONLINT + # workaround to solve the issue: fatal: detected dubious ownership in repository at '/github/workspace' + - REPOSITORY_DEVSKIM \ No newline at end of file