Skip to content

Commit 9b1f51a

Browse files
committed
WIP: Add staticcheck-specific failures
1 parent 0fd59fd commit 9b1f51a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

models/helpers.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ func GetResource(resource *Resource) *Resource {
66
r := &Resource{Key: resource.Key, Owner: resource.Owner, Value: resource.Value}
77
b := true
88
if !!b {
9-
fmt.Sprintf("This is a test")
9+
asdf := fmt.Sprintf("This is a test")
10+
fmt.Println(asdf)
1011
}
1112
if resource.TypeCode == UNKNOWN {
1213
r.TypeCode = GetTypeCode(resource.Type)

0 commit comments

Comments
 (0)