From d46c9fd68ac69503e748b47a7c6a4c6aa297e221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dato=20Sim=C3=B3?= <dato@google.com> Date: Tue, 15 Jan 2013 14:03:29 +0000 Subject: [PATCH] test/Types.hs: add an HLint ANN for ignoring camelCase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dato SimΓ³ <dato@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- test/hs/Test/Ganeti/HTools/Types.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hs/Test/Ganeti/HTools/Types.hs b/test/hs/Test/Ganeti/HTools/Types.hs index 7c12c4185..0cb187a21 100644 --- a/test/hs/Test/Ganeti/HTools/Types.hs +++ b/test/hs/Test/Ganeti/HTools/Types.hs @@ -52,6 +52,8 @@ import Ganeti.BasicTypes import qualified Ganeti.Constants as C import qualified Ganeti.HTools.Types as Types +{-# ANN module "HLint: ignore Use camelCase" #-} + -- * Helpers -- | All disk templates (used later) -- GitLab