Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmurphy committed Jan 5, 2018
1 parent d452dcb commit 867d300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testutils/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func main() {
println(i)
}`, 0}}

// SampleCode501 - Blacklisted import MD5
// SampleCodeG501 - Blacklisted import MD5
SampleCodeG501 = []CodeSample{
{`
package main
Expand All @@ -592,7 +592,7 @@ func main() {
}
}`, 1}}

// SampleCode502 - Blacklisted import DES
// SampleCodeG502 - Blacklisted import DES
SampleCodeG502 = []CodeSample{
{`
package main
Expand Down

0 comments on commit 867d300

Please sign in to comment.