generated from TrueCloudLab/basic
Strange noliteral behavior (false positive) #16
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/linters#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I run noliteral linter and get the following error
In my code lines 718-719 looks like:
If I change them to:
linter stops complain about my code.
See the PR with this check failed TrueCloudLab/frostfs-s3-gw#294