Skip to content
Snippets Groups Projects
Commit dccf6eaf authored by Michele Tartara's avatar Michele Tartara
Browse files

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: default avatarMichele Tartara <mtartara@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 911ee606
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,8 @@ prop_rStripSpace (NonEmpty str) = ...@@ -224,6 +224,8 @@ prop_rStripSpace (NonEmpty str) =
] ]
#ifndef NO_REGEX_PCRE #ifndef NO_REGEX_PCRE
{-# ANN case_new_uuid "HLint: ignore Use camelCase" #-}
-- | Tests that the newUUID function produces valid UUIDs. -- | Tests that the newUUID function produces valid UUIDs.
case_new_uuid :: Assertion case_new_uuid :: Assertion
case_new_uuid = do case_new_uuid = do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment