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: Remove the S1038 rule of the gosimple linter. #129

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

shahzadlone
Copy link
Member

Turn off the S1038 of gosimple.

  • S1038 : Unnecessarily complex way of printing formatted string. Which said instead of using fmt.Print(fmt.Sprintf(...)), one can use fmt.Printf(...).

 - S1038 : Unnecessarily complex way of printing formatted string. Which said instead of using fmt.Print(fmt.Sprintf(...)), one can use fmt.Printf(...).
@shahzadlone shahzadlone self-assigned this Jan 21, 2022
@shahzadlone shahzadlone added this to the DefraDB v0.2 milestone Jan 21, 2022
@shahzadlone shahzadlone linked an issue Jan 21, 2022 that may be closed by this pull request
@shahzadlone shahzadlone merged commit fdacde2 into develop Jan 24, 2022
@shahzadlone shahzadlone deleted the lone/chore/fix-linter-to-not-be-annoying branch January 24, 2022 03:02
@orpheuslummis orpheuslummis mentioned this pull request Jan 29, 2022
shahzadlone added a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
- S1038 : Unnecessarily complex way of printing formatted string. Which said instead of using fmt.Print(fmt.Sprintf(...)), one can use fmt.Printf(...).
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.

Disable the gosimple linter behaviour of S1038
1 participant