#################################################################################################################### # WARNING: Do not store sensitive information in this file, as its contents will be included in the Qodana report. # #################################################################################################################### version: "1.0" # Use canonical linter name to avoid image warnings and CLI flag issues linter: qodana-jvm profile: name: qodana.recommended bootstrap: | # Disabled bootstrap to avoid shell parsing issues in CI. If you need code generation, # we can re-enable a robust script later. For now, do nothing and let Qodana run. : include: - name: CheckDependencyLicenses exclude: # Exclude generated sources from inspections to reduce noise - name: All paths: - target/generated-sources/** - target/protoc-dependencies/**