Skip to content

Commit

Permalink
fix: 'File is not goimports-ed' (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Jan 4, 2024
1 parent 31f7650 commit c37fc4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fixtures/01/example1.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package main

import "fmt"

//revive:disable
// This comment is associated with the hello constant.x
//
//revive:disable
const hello = "Hello, World!" // line comment 1

// This comment is associated with the foo variable.
Expand Down

0 comments on commit c37fc4a

Please sign in to comment.