Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add linting #90

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Feature/add linting #90

wants to merge 6 commits into from

Conversation

aryan-p03
Copy link

What

Added linting to CI
Updated dependencies
Fixed linting errors

How to review

Check changes are ok
CI passes with linting check

Who can review

Anyone

@aryan-p03 aryan-p03 requested a review from a team as a code owner February 3, 2025 08:52
Comment on lines +33 to +35
.PHONY: lint
lint:
golangci-lint run --timeout=180s ./...
Copy link
Contributor

@lindenmckenzie lindenmckenzie Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This, and other configurations, would be better done by a golangci.yml file, e.g. https://github.com/ONSdigital/dp-hello-world/blob/master/dp-hello-world-api/.golangci.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants