Skip to content

Commit 197552e

Browse files
committed
sdfa
1 parent 52d9a38 commit 197552e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.hlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
# Ignore some builtin hints
5757
# - ignore: {name: Use let}
5858
# - ignore: {name: Use const, within: SpecialModule} # Only within certain modules
59+
# - ignore: {name: Use camelCase, within: Test} # Only within certain modules
5960

6061

6162
# Define some custom infix operators

cardano-api/test/cardano-api-test/Test/Cardano/Api/Json.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import qualified Hedgehog as H
1818
import Test.Tasty (TestTree, testGroup)
1919
import Test.Tasty.Hedgehog (testProperty)
2020

21-
{- HLINT ignore "Use camelCase" -}
22-
2321
prop_json_roundtrip_alonzo_genesis :: Property
2422
prop_json_roundtrip_alonzo_genesis = H.property $ do
2523
genesis <- forAll genAlonzoGenesis

0 commit comments

Comments
 (0)