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 bef0546 commit 5e1d4e0Copy full SHA for 5e1d4e0
logx/log.go
@@ -33,7 +33,7 @@ type LogPushEntry struct {
33
34
var isTerm bool
35
36
-// nolint
+//nolint:gochecknoinits
37
func init() {
38
isTerm = isatty.IsTerminal(os.Stdout.Fd())
39
}
notify/notification_apns_test.go
@@ -788,7 +788,6 @@ func TestPushToIOS(t *testing.T) {
788
assert.Nil(t, err)
789
790
req := &PushNotification{
791
- //nolint
792
Tokens: []string{
793
"11aa01229f15f0f0c52029d8cf8cd0aeaf2365fe4cebc4af26cd6d76b7919ef7",
794
"11aa01229f15f0f0c52029d8cf8cd0aeaf2365fe4cebc4af26cd6d76b7919ef1",
0 commit comments