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

chore: Fix linter errors #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

webstradev
Copy link

closes #113

  • Have resolved any of the unused params flagged by revive (by ignoring with _)

  • Have added a nolint rule for the unused getConfiguration function. Didn't feel right to remove it as it has some important logic.

Signed-off-by: Erik Westra <[email protected]>
Copy link
Contributor

@hanzei hanzei left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@hanzei
Copy link
Contributor

hanzei commented Sep 16, 2024

@ayusht2810 can you please review the PR?

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.

Fix linter checks
2 participants