Skip to content

Commit

Permalink
Update qodana.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterain98 committed Sep 25, 2023
1 parent 4c62b97 commit 95b7a25
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,23 @@
# https://www.jetbrains.com/help/qodana/qodana-yaml.html #
#-------------------------------------------------------------------------------#
version: "1.0"

#Specify inspection profile for code analysis
profile:
name: qodana.starter

#Enable inspections
#include:
# - name: <SomeEnabledInspectionId>

#Disable inspections
#exclude:
# - name: <SomeDisabledInspectionId>
# paths:
# - <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
include:
- name: CheckDependencyLicenses

0 comments on commit 95b7a25

Please sign in to comment.