We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44f314 commit 25c34b7Copy full SHA for 25c34b7
patrol/patrol_test.go
@@ -88,7 +88,7 @@ func (test *RepoTest) Run(t *testing.T) {
88
func expectedChanges(t *testing.T, dir string) []string {
89
file, err := os.Open(filepath.Join(dir, "changes.patrol"))
90
require.NoError(t, err)
91
- defer file.Close()
+ defer file.Close() // nolint
92
93
var changes []string
94
scanner := bufio.NewScanner(file)
0 commit comments