From af14e3227d03d07bca5dfa8bf969b0ca6c848eb5 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 24 Aug 2021 10:32:10 -0400 Subject: [PATCH] skip folders/files in lib with downloaded content --- tools/coding_standard/whitespace.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/coding_standard/whitespace.py b/tools/coding_standard/whitespace.py index 5bf3e1084e..2f84e1aa6d 100644 --- a/tools/coding_standard/whitespace.py +++ b/tools/coding_standard/whitespace.py @@ -31,7 +31,16 @@ include: exclude: - lib/colvars/Install.py - lib/gpu/geryon/file_to_cstr.sh + - lib/hdnnp + - lib/kim - lib/kokkos + - lib/machdyn + - lib/mdi + - lib/mscg + - lib/pace + - lib/plumed + - lib/quip + - lib/scafacos - src/Make.sh patterns: - "*.c"