-
Notifications
You must be signed in to change notification settings - Fork 741
add linting #73
Copy link
Copy link
Closed
Labels
area/ciCI and build related issuesCI and build related issuesgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
area/ciCI and build related issuesCI and build related issuesgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Linting should be added to the project. Ideally it can be run both locally by developers, via a
maketask, and in GitHub Actions.Suggested tools:
golangci-lintfor Goyamlllintfor YAMLcodespell(TODO golangci-lint hasmisspell; is that sufficient?)