From dccf6eafcb9fa41dc4531277a0c96047109b0208 Mon Sep 17 00:00:00 2001 From: Michele Tartara <mtartara@google.com> Date: Fri, 21 Dec 2012 10:11:03 +0000 Subject: [PATCH] Silence erroneous hlint warning This patch adds an ignore for an hlint warning that wants camelcase to be used in the name of a "case" test. But if camelcase is used, it is not a valid test name anymore. Signed-off-by: Michele Tartara <mtartara@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- htest/Test/Ganeti/Utils.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htest/Test/Ganeti/Utils.hs b/htest/Test/Ganeti/Utils.hs index cb357a14c..23fe93be2 100644 --- a/htest/Test/Ganeti/Utils.hs +++ b/htest/Test/Ganeti/Utils.hs @@ -224,6 +224,8 @@ prop_rStripSpace (NonEmpty str) = ] #ifndef NO_REGEX_PCRE +{-# ANN case_new_uuid "HLint: ignore Use camelCase" #-} + -- | Tests that the newUUID function produces valid UUIDs. case_new_uuid :: Assertion case_new_uuid = do -- GitLab