Skip to content

Commit

Permalink
[ISSUE-47] fix allure set
Browse files Browse the repository at this point in the history
  • Loading branch information
siller174 committed Nov 17, 2023
1 parent 37f9889 commit c1145a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allure.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (it *cute) setLabelsAllure(t labelsAllureProvider) {
t.Tags(it.allureLabels.tags...)
}
if it.allureLabels.layer != "" {

Check failure on line 74 in allure.go

View workflow job for this annotation

GitHub Actions / golangci-lint

if statements should only be cuddled with assignments (wsl)
it.Layer(it.allureLabels.layer)
t.Layer(it.allureLabels.layer)
}
}

Expand Down

0 comments on commit c1145a1

Please sign in to comment.