From 484f2f4c95e980bb80dc694e32204bedc0656332 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 26 Aug 2021 01:05:14 -0400 Subject: [PATCH] must exclude two more folders from whitespace checking --- tools/coding_standard/whitespace.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/coding_standard/whitespace.py b/tools/coding_standard/whitespace.py index 2f84e1aa6d..ab7e9bbf6c 100644 --- a/tools/coding_standard/whitespace.py +++ b/tools/coding_standard/whitespace.py @@ -34,6 +34,7 @@ exclude: - lib/hdnnp - lib/kim - lib/kokkos + - lib/latte - lib/machdyn - lib/mdi - lib/mscg @@ -41,6 +42,7 @@ exclude: - lib/plumed - lib/quip - lib/scafacos + - lib/voronoi - src/Make.sh patterns: - "*.c"