diff --git a/.hlint.yaml b/.hlint.yaml index 2accfa8f19..f78ad87c8f 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -56,6 +56,7 @@ # Ignore some builtin hints # - ignore: {name: Use let} # - ignore: {name: Use const, within: SpecialModule} # Only within certain modules +# - ignore: {name: Use camelCase, within: Test} # Only within certain modules # Define some custom infix operators diff --git a/cardano-api/test/cardano-api-test/Test/Cardano/Api/Json.hs b/cardano-api/test/cardano-api-test/Test/Cardano/Api/Json.hs index 740a5f19cc..4d44271997 100644 --- a/cardano-api/test/cardano-api-test/Test/Cardano/Api/Json.hs +++ b/cardano-api/test/cardano-api-test/Test/Cardano/Api/Json.hs @@ -18,8 +18,6 @@ import qualified Hedgehog as H import Test.Tasty (TestTree, testGroup) import Test.Tasty.Hedgehog (testProperty) -{- HLINT ignore "Use camelCase" -} - prop_json_roundtrip_alonzo_genesis :: Property prop_json_roundtrip_alonzo_genesis = H.property $ do genesis <- forAll genAlonzoGenesis