From 7b7853d8c789cd452ecca86ec28ef2c2dace570d Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 13 Jun 2019 11:03:20 -0400 Subject: Purge all use of easyjson and ffjson in libpod We're no longer using either of these JSON libraries, dropped them in favor of jsoniter. We can't completely remove ffjson as c/storage uses it and can't easily migrate, but we can make sure that libpod itself isn't doing anything with them anymore. Signed-off-by: Matthew Heon --- .tool/lint | 1 - 1 file changed, 1 deletion(-) (limited to '.tool') diff --git a/.tool/lint b/.tool/lint index 01f44311d..67dfd4b28 100755 --- a/.tool/lint +++ b/.tool/lint @@ -39,7 +39,6 @@ ${LINTER} \ --exclude='.*_test\.go:.*error return value not checked.*\(errcheck\)$'\ --exclude='duplicate of.*_test.go.*\(dupl\)$'\ --exclude='cmd\/client\/.*\.go.*\(dupl\)$'\ - --exclude='libpod\/.*_easyjson.go:.*'\ --exclude='vendor\/.*'\ --exclude='podman\/.*'\ --exclude='server\/seccomp\/.*\.go.*$'\ -- cgit v1.2.3-54-g00ecf