21 lines
970 B
YAML
21 lines
970 B
YAML
####################################################################################################################
|
|
# 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/protoc-dependencies/**
|
|
# Keep generated sources included for indexing/resolution; excluding them can cause unresolved imports |