Skip to content

Commit 816d426

Browse files
committed
chore: fix linter
1 parent cfe6a7c commit 816d426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tagalign.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ func (w *Helper) report(pass *analysis.Pass, field *ast.Field, msg, replaceStr s
152152
})
153153
}
154154

155-
func (w *Helper) Process(pass *analysis.Pass) { //nolint:gocognit
155+
//nolint:gocognit,gocyclo,nestif
156+
func (w *Helper) Process(pass *analysis.Pass) {
156157
// process grouped fields
157158
for _, fields := range w.consecutiveFieldsGroups {
158159
offsets := make([]int, len(fields))

0 commit comments

Comments
 (0)