Skip to content

Commit

Permalink
zarn
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 9, 2024
1 parent 7e5c668 commit 28ebfba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bandit.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
assert_used:
skips: ["*/test_*.py", "*/test_*.py"]
skips: ["*/test_*.py"]
6 changes: 6 additions & 0 deletions .jscpd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ignore": [
"*/test_*.py"
]
}

8 changes: 5 additions & 3 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- JSON_JSONLINT
# workaround to solve the issue: fatal: detected dubious ownership in repository at '/github/workspace'
- REPOSITORY_DEVSKIM

0 comments on commit 28ebfba

Please sign in to comment.