File tree 3 files changed +2
-3
lines changed
cardano-api/test/cardano-api-test/Test/Cardano/Api
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
7
7
jobs :
8
- build :
8
+ run-hlint :
9
9
runs-on : ubuntu-latest
10
10
11
11
defaults :
Original file line number Diff line number Diff line change 56
56
# Ignore some builtin hints
57
57
# - ignore: {name: Use let}
58
58
# - ignore: {name: Use const, within: SpecialModule} # Only within certain modules
59
+ # - ignore: {name: Use camelCase, within: Test} # Only within certain modules
59
60
60
61
61
62
# Define some custom infix operators
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ import qualified Hedgehog as H
18
18
import Test.Tasty (TestTree , testGroup )
19
19
import Test.Tasty.Hedgehog (testProperty )
20
20
21
- {- HLINT ignore "Use camelCase" -}
22
-
23
21
prop_json_roundtrip_alonzo_genesis :: Property
24
22
prop_json_roundtrip_alonzo_genesis = H. property $ do
25
23
genesis <- forAll genAlonzoGenesis
You can’t perform that action at this time.
0 commit comments