Skip to content

Commit

Permalink
CI: Updated qudana
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Oct 22, 2023
1 parent 145c800 commit dbb92ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ profile:
# - <path/where/not/run/inspection>

#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
#bootstrap: sh ./prepare-qodana.sh
bootstrap: pip install -r requirements.txt

#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
#plugins:
# - id: <plugin.id> #(plugin id can be found at https://plugins.jetbrains.com)

#Specify Qodana linter for analysis (Applied in CI/CD pipeline)
linter: jetbrains/qodana-python:latest
linter: jetbrains/qodana-django:latest
include:
- name: VulnerableLibrariesGlobal

exclude:
- name: All
paths:
Expand Down

0 comments on commit dbb92ea

Please sign in to comment.