diff options
author | Ting-Yu Wang <anivia@google.com> | 2020-10-28 09:38:17 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-28 09:41:11 -0700 |
commit | 8fa18e8ecb3e3da2015e5c73db9e46494dcfeff7 (patch) | |
tree | 27d1190b01de3da255477a85e50d1f150a600ead /nogo.yaml | |
parent | 710a878847cdedb8763b0ba7d99d70241b2e4185 (diff) |
Bump honnef.co/go/tools to v0.0.1-2020.1.6
PiperOrigin-RevId: 339476515
Diffstat (limited to 'nogo.yaml')
-rw-r--r-- | nogo.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,8 @@ global: # go_embed_data rules generate unicode literals. - "string literal contains the Unicode format character" - "string literal contains the Unicode control character" + - "string literal contains Unicode control characters" + - "string literal contains Unicode format and control characters" # Some external code will generate protov1 # implementations. These should be ignored. - "proto.* is deprecated" @@ -101,6 +103,7 @@ global: - pkg/sentry/fs/dev/net_tun.go:63 - pkg/sentry/fs/dev/null.go:97 - pkg/sentry/fs/dirent_cache.go:64 + - pkg/sentry/fs/fdpipe/pipe_opener_test.go:366 - pkg/sentry/fs/file_overlay.go:327 - pkg/sentry/fs/file_overlay.go:524 - pkg/sentry/fs/filetest/filetest.go:55 |