Skip to content

Commit

Permalink
add missing initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nunnatsa committed Jul 20, 2022
1 parent 6957090 commit 1f84270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ginkgo_linter.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func NewAnalyzer() *analysis.Analyzer {
suppress: &types.Suppress{
Len: false,
Nil: false,
Err: false,
},
}

Expand Down

0 comments on commit 1f84270

Please sign in to comment.