From fa2bf67052f7b173f02026762b4cb0ed4e9ebdfe Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Tue, 2 Jan 2024 17:47:46 +0200 Subject: [PATCH] Add CPPLINT.cfg The `CPPLINT.cfg` file in the actions repository doesn't work. The configuration file has to be part of the root repository, so we add it here. Signed-off-by: Razvan Deaconescu --- CPPLINT.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CPPLINT.cfg diff --git a/CPPLINT.cfg b/CPPLINT.cfg new file mode 100644 index 0000000..3241f6c --- /dev/null +++ b/CPPLINT.cfg @@ -0,0 +1,14 @@ +filter=-whitespace/tab +filter=-whitespace/line-length +filter=-whitespace/braces +filter=-whitespace/semicolon +filter=-legal/copyright +filter=-whitespace/comments +filter=-build/header_guard +filter=-readability/multiline_comment +filter=-readability/casting +filter=-runtime/int +filter=-runtime/printf +filter=-readability/todo +filter=-build/include_subdir +linelength=120