From 69c685105f9cf6402196a7b610ead27536ab021d Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 30 Dec 2020 17:46:08 +0000 Subject: [PATCH] Tell lint to ignore some files tools needs to be fixed in its own repo. We're not going to fix the generated output of protobuf. --- .lintignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .lintignore diff --git a/.lintignore b/.lintignore new file mode 100644 index 000000000..70e5e54f8 --- /dev/null +++ b/.lintignore @@ -0,0 +1,4 @@ +# Generated files +./cri/runtime/api.pb.go +# Files from different repo +./tools/*