From 656db618b5690b4f655856875933fac9692fb7c7 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 8 Jun 2012 11:44:34 +0200 Subject: [PATCH] Remove one obsolete hlint override During the preparations for 2.6, we cleaned up the codebase to use newer exceptions (e.g. commits 30d25dd8, 79ac58fa), so we can now drop this override. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a3e9563a3..c8c36812b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1335,7 +1335,6 @@ hlint: $(HS_BUILT_SRCS) htools/lint-hints.hs --ignore "Use first" \ --ignore "Use comparing" \ --ignore "Use on" \ - --ignore "Use Control.Exception.catch" \ --ignore "Reduce duplication" \ --hint htools/lint-hints \ $(filter-out htools/Ganeti/THH.hs,$(HS_LIB_SRCS)) -- GitLab