Skip to content

Commit c2648b9

Browse files
committed
chore(lint): disable noinlineerr
Not really useful IMO and just adds noise.
1 parent abf0617 commit c2648b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ linters:
2828
# https://github.com/italia/developers-italia-api/issues/190)
2929
# Don't feel about chasing this one down
3030
- musttag
31+
# Meh
32+
- noinlineerr
3133

3234
# More false positive than actual issues
3335
- mnd

0 commit comments

Comments
 (0)