Introduce composite tags #3347
Open
Introduce composite tags #3347
CodeScene Delta Analysis / CodeScene Code Health Review (main)
failed
Mar 18, 2026 in 1m 28s
CodeScene PR Check
Quality Gate Failed
Gates Failed
Enforce advisory code health rules
(1 file with Code Duplication)
Gates Passed
3 Quality Gates Passed
See analysis details in CodeScene
Reason for failure
| Enforce advisory code health rules | Violations | Code Health Impact | |
|---|---|---|---|
| test_dependency_tree.py | 1 advisory rule | 10.00 → 9.39 | Suppress |
Quality Gate Profile: Clean Code Collective
Install CodeScene MCP: safeguard and uplift AI-generated code. Catch issues early with our IDE extension and CLI tool.
Details
🚩 Declining Code Health (highest to lowest):
- Code Duplication test_dependency_tree.py
Annotations
Check warning on line 196 in satpy/tests/test_dependency_tree.py
codescene-delta-analysis / CodeScene Code Health Review (main)
❌ New issue: Code Duplication
The module contains 2 functions with similar structure: TestFindCompositorNodeNaming.test_preferred_tag_resolution_names_node_after_plain_request,TestFindCompositorNodeNaming.test_tag_request_names_node_after_request. Avoid duplicated, aka copy-pasted, code inside the module. More duplication lowers the code health.
Loading