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

Fix Typos in GolangCI Configuration and API Adapter Comments #109

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

gap-editor
Copy link

Description

This pull request addresses two minor typos:

  1. .golangci.yml:

    • Change: Corrected the typo in the regex pattern used by the gosec linter.
    • Before: "mneumonic"
    • After: "mnemonic"
    • Impact: Ensures that the pattern accurately detects sensitive information.
  2. adapter/api/apiadapter/main.go:

    • Change: Fixed a typo in a code comment.
    • Before: "Replace placeholders and also the blockheheight"
    • After: "Replace placeholders and also the blockheight"
    • Impact: Improves the clarity and correctness of the comment.

Commit Details

  • Commit: typo main.go … by gap-editor (Verified, ID: 7c9457d)
  • Commit: typo golangci.yml … by gap-editor (Verified, ID: 9bb3dfe)

Files Changed

  • .golangci.yml (1 addition, 1 deletion)
  • adapter/api/apiadapter/main.go (1 addition, 1 deletion)

Please review the changes and merge if everything looks good. Thank you!

Signed-off-by: Maximilian Hubert <[email protected]>
Signed-off-by: Maximilian Hubert <[email protected]>
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.

1 participant