`snapcraft lint` produces spurious warnings on core26 projects
Metadata
Current evaluation
`snapcraft lint` on core26 projects produces spurious warnings because the lint command hardcodes 'core22' as the build base for the linting instance, causing GLIBC version mismatches.
Suggested action: close not a bug
Reason: The issue describes a bug where `snapcraft lint` hardcodes 'core22' as the build base, causing spurious warnings on core26 projects. However, PR #6272 ('fix(linters): pass build_base to linters and avoid hardcoded fallback') has already been merged, which addresses this exact hardcoded fallback issue. The issue is effectively resolved by this recent fix.
Issue body
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen3.6-35b-a3b-mtp-q6 |
Impact:
70
Quick Win:
42.0
Staleness:
10
Complexity:
40
Confidence:
85
Support Request:
0
|
close not a bug | `snapcraft lint` on core26 projects produces spurious warnings because the lint command hardcodes 'core22' as the build base for the linting instance, causing GLIBC version mismatches. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
15
Complexity:
45
Confidence:
85
Support Request:
10
|
needs triage | snapcraft lint produces spurious warnings on core26 projects due to hardcoded core22 base in lint.py. Issue reported 12 days ago, no maintainer response yet. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
5
Complexity:
20
Confidence:
90
Support Request:
5
|
needs triage | snapcraft lint generates spurious warnings for core26 projects due to a hardcoded core22 base in lint.py. Issue is fresh, unlabelled, and awaiting maintainer review. |
Update history
No update history recorded yet.
Related work
-
Likely Fixed By:
snapcraft#6272
(confidence 90%)
PR #6272 fixes the hardcoded core22 fallback in linters by passing the build_base parameter, which directly addresses the root cause of the spurious warnings on core26 projects.
Related issues
No related issues found above the similarity threshold.