From 1e6fc239408481e58e350e602b3ae24cc77f1f56 Mon Sep 17 00:00:00 2001 From: "Krzysztof A. Sobiecki" Date: Fri, 7 Feb 2014 21:58:26 +0100 Subject: [PATCH] Add cpplint.py options used by myself --- dist/cpplint.py.README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dist/cpplint.py.README diff --git a/dist/cpplint.py.README b/dist/cpplint.py.README new file mode 100644 index 000000000..fa8e2b63b --- /dev/null +++ b/dist/cpplint.py.README @@ -0,0 +1,2 @@ +While using cpplint.py use the following options: +--filter=-build/include_order,-build/include,-readability/function --root=src \ No newline at end of file