Warning, /firebird/pyrobird/qodana.yaml is written in an unsupported language. File is not indexed.
0001 #-------------------------------------------------------------------------------#
0002 # Qodana analysis is configured by qodana.yaml file #
0003 # https://www.jetbrains.com/help/qodana/qodana-yaml.html #
0004 #-------------------------------------------------------------------------------#
0005 version: "1.0"
0006
0007 #Specify inspection profile for code analysis
0008 profile:
0009 name: qodana.starter
0010
0011 #Enable inspections
0012 #include:
0013 # - name: <SomeEnabledInspectionId>
0014
0015 #Disable inspections
0016 #exclude:
0017 # - name: <SomeDisabledInspectionId>
0018 # paths:
0019 # - <path/where/not/run/inspection>
0020
0021 #Execute shell command before Qodana execution (Applied in CI/CD pipeline)
0022 #bootstrap: sh ./prepare-qodana.sh
0023
0024 #Install IDE plugins before Qodana execution (Applied in CI/CD pipeline)
0025 #plugins:
0026 # - id: <plugin.id> #(plugin id can be found at https://plugins.jetbrains.com)
0027
0028 #Specify Qodana linter for analysis (Applied in CI/CD pipeline)
0029 linter: jetbrains/qodana-python:latest