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

added golangci lint configuration #47

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Conversation

emilien-puget
Copy link
Contributor

@emilien-puget emilien-puget commented Feb 21, 2024

added golangci lint configuration file with default linter as well as a few code format linters

  • gofumpt : ensure that the files are gofumpted, which is a stricter gofmt that handles a few blind spot of gofmt
  • gci : goimports with a bit of configuration to have a predictable order of package
  • asciicheck : Checks that all code identifiers does not have non-ASCII symbols in the name.
  • bidichk : Checks for dangerous unicode character sequences.

@emilien-puget emilien-puget changed the title added golangci lint configuration file with default linter as well as… added golangci lint configuration Feb 21, 2024
@emilien-puget emilien-puget mentioned this pull request Feb 21, 2024
@ovechkin-dm ovechkin-dm merged commit ff10d6b into ovechkin-dm:main Feb 26, 2024
9 checks passed
@emilien-puget emilien-puget deleted the lint branch February 26, 2024 21:29
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.

2 participants