Skip to content

Commit adcef0d

Browse files
committed
Fix hlint rules to ignore cardano-rpc/gen
1 parent 8be0f75 commit adcef0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.hlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
- ignore: {name: Use camelCase, within: [Test.Cardano.Api.**, Test.Golden.Cardano.Api.**]}
6262

6363
# Ignore all files in cardano-rpc/gen (generated code)
64-
- ignore: {within: [Proto.Cardano, Proto.Utxorpc]}
64+
- ignore: {within: [Proto.Cardano.**, Proto.Utxorpc.**]}
6565

6666
- ignore: {name: Eta reduce}
6767
- ignore: {name: Use + directly}

0 commit comments

Comments
 (0)