chore: hush some of the linter output
Metadata
Current evaluation
Merged to reduce noisy linter output that flooded terminal logs. Approved by three reviewers, passed CI, and applied a two-line change to silence specific warnings.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the guidelines for contributing?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `make lint && make test`?
---
A couple of the linter tasks were so noisy that previous linting steps would be completely flooded off of the terminal. This PR just quiets it down a bit.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged to reduce noisy linter output that flooded terminal logs. Approved by three reviewers, passed CI, and applied a two-line change to silence specific warnings. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged changes to suppress verbose linter output that previously flooded terminal logs. The update passed all lint and test checks, successfully improving build log readability. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #375 chore(lint): Remove trailing whitespace | rockcraft | merged | Merged changes removing trailing whitespace from one file to satisfy linters like yamllint. Approved by two reviewers, passed CI, and modified four lines. | |
| #585 chore(linter): misc fixes | craft-parts | merged | Merged linter fixes across 125 files. Approved by two reviewers and merged without squashing per maintainer request. | |
| #443 chore(linter): fix some annotation errors | rockcraft | merged | Merged maintainer changes that resolved linter annotation errors across 14 files. The +97/-55 line update received approval from two reviewers and was successfully integrated into the codebase. | |
| #1099 chore: fix linting | craft-application | merged | Merged a linting fix to resolve unused directives flagged by Ty. The update modified two files, received approval from two reviewers, passed CI validation, and was successfully integrated. | |
| #359 chore(lint): update linters and fix linting issues with new rules | craft-parts | merged | Merged after updating linters and fixing linting issues under new rules. The change modified 13 files and was approved by one reviewer before integration. | |
| #439 chore(linter): misc fix | rockcraft | merged | Merged linter chore PR fixing miscellaneous issues and an unexpected pyright error from a rebase onto main. Approved by two reviewers, changes span 16 files with 86 additions and 76 deletions. | |
| #651 chore(linter): refine ruff configurations | craft-parts | merged | Merged into main after passing CI and receiving two approvals. The change restores previously removed Pylint rules to the Ruff linter configuration, with one rule temporarily commented out pending upstream updates. | |
| #369 chore: fix linting | imagecraft | merged | Merged after resolving redundant casting linting errors flagged by Ty. Approved by two reviewers. Changes involved minimal edits (+2/-2 lines) across one file. CI lint and test checks passed prior to merge. | |
| #5281 chore: clean up some warnings | snapcraft | merged | Merged a cleanup commit series resolving deprecation warnings across 21 files, cutting test output from over 3000 to 700. Risky changes and upstream warnings were excluded. Approved by two reviewers and passed CI. | |
| #753 chore(services/testing): reduce spread verbosity level | craft-application | merged | Merged changes that disable verbose mode for the spread test command to reduce output noise. Approved by reviewers, passed all CI checks, and integrated into the codebase. |