-
-
Notifications
You must be signed in to change notification settings - Fork 8
Make lint workflow friendlier on clean setups #30
Copy link
Copy link
Open
Labels
area:ciContinuous integration and workflow changesContinuous integration and workflow changesgood first issueGood for newcomersGood for newcomerspriority:mediumImportant but not urgentImportant but not urgenttype:tech-debtMaintenance and engineering quality workMaintenance and engineering quality work
Metadata
Metadata
Assignees
Labels
area:ciContinuous integration and workflow changesContinuous integration and workflow changesgood first issueGood for newcomersGood for newcomerspriority:mediumImportant but not urgentImportant but not urgenttype:tech-debtMaintenance and engineering quality workMaintenance and engineering quality work
Summary
make lintcurrently runsstaticcheck ./...but assumesstaticcheckis already installed. On a fresh setup, this target fails unless contributors manually install it first.Why this is a good first issue
Proposed work
Make linting workflow self-explanatory and reproducible for fresh environments by either:
make lintto install/usestaticcheckautomatically, orAcceptance criteria
make lintsuccessfully.CONTRIBUTING.mdand/orMakefilereflect the intended workflow.