Skip to content

Commit

Permalink
Updated qodana.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dorythecat committed Jun 18, 2024
1 parent 425bcef commit 12bd6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ version: "1.0"
profile:
name: qodana.starter
#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
bootstrap: pip install -r requirements.txt
bootstrap: pip install -r requirements.txt |
rm -rf .idea
#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)
Expand Down

0 comments on commit 12bd6c8

Please sign in to comment.