build(Makefile): add lint-code target
Metadata
Current evaluation
Merged. Added a make lint-code target to the Makefile to streamline code linting. Approved by two reviewers, passed all CI checks, and implemented with a minimal four-line change.
Suggested action: —
No scores available.
Issue body
Adds a new `make lint-code` target.
---
- [x] I've followed the [contribution guidelines](https://github.com/canonical/starbase/blob/main/CONTRIBUTING.md).
- [x] I've signed the [CLA](http://www.ubuntu.com/legal/contributors/).
- [x] I've successfully run `make lint && make test`.
- [ ] I've added or updated any relevant documentation.
- [ ] In documents I changed, I [added a meta description](https://canonical-starflow.readthedocs-hosted.com/how-to/add-a-page-meta-description/) if one was missing.
- [ ] I've updated the relevant release notes.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Added a make lint-code target to the Makefile to streamline code linting. Approved by two reviewers, passed all CI checks, and implemented with a minimal four-line change. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a maintainer's pull request adding a make lint-code target to the Makefile. The change passed lint and test checks and was integrated without comments or documentation updates. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #594 build: run docs-clean as part of clean target | starbase | merged | Merged a one-line Makefile update adding docs-clean to the clean target. This resolves CI lint failures from stale documentation styles by ensuring make clean removes generated artifacts. Approved by two reviewers and passed all CI checks. | |
| #499 feat: add a makefile to ease running linters | fetch-service | merged | Merged a portable Makefile to streamline linter execution. Approved by two reviewers and passed most CI checks. OSV-scanner failure was resolved in PR #500. |