From 1047b76efc8ac0b60dce3c24aaa5b722b500b015 Mon Sep 17 00:00:00 2001 From: iilei Date: Tue, 16 Jun 2020 08:43:16 +0200 Subject: Set default pre-commit hook config: single process (#3689) The default pre-commit behaviour might lead to falsely succeeding lint-runs. E.g. due to duplicate lines of code spread across multiple files -- if affected files get spread across multiple runs, duplicates can not be detected. --- CONTRIBUTORS.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CONTRIBUTORS.txt') diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 4bcf7a1b9..6c6a21a46 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -389,3 +389,5 @@ contributors: * Jeremy Fleischman (jfly): contributer * Shiv Venkatasubrahmanyam + +* Jochen Preusche (iilei): contributor -- cgit v1.2.1