Skip to content

Commit

Permalink
chore: disable python linters
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Losoponkul <pat.losoponkul@iohk.io>
  • Loading branch information
patlo-iog committed May 8, 2024
1 parent ec87782 commit 1d680ab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ DISABLE_LINTERS:
- CPP_CPPLINT # For pollux/lib/anoncreds/src/main/c
- JAVA_CHECKSTYLE # For pollux/lib/anoncreds/src/main/java
- GHERKIN_GHERKIN_LINT
# For python, disable all except PYTHON_BLACK linter
- PYTHON_PYLINT
- PYTHON_FLAKE8
- PYTHON_ISORT
- PYTHON_BANDIT
- PYTHON_MYPY
- PYTHON_PYRIGHT
- PYTHON_RUFF
# TODO: revert before merging to `main`. Disabled to ease the development of keycloak extension
- JAVA_CHECKSTYLE
- JAVA_PMD

DISABLE_ERRORS_LINTERS:
- KOTLIN_KTLINT
Expand Down

0 comments on commit 1d680ab

Please sign in to comment.