File tree 2 files changed +17
-8
lines changed
2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -26,22 +26,19 @@ jobs:
26
26
fail-fast : false
27
27
28
28
env :
29
- # Modify this value to "invalidate" the cabal cache.
30
- CABAL_CACHE_VERSION : " 2023-11-20-3"
31
-
32
- STYLISH_HASKELL_VERSION : " 0.14.4.0"
29
+ STYLISH_HASKELL_VERSION : " 0.14.6.0"
33
30
34
31
STYLISH_HASKELL_PATHS : >
35
- cardano-testnet
36
32
cardano-git-rev
37
33
cardano-node
34
+ cardano-node-capi
38
35
cardano-node-chairman
36
+ cardano-submit-api
37
+ cardano-testnet
39
38
cardano-tracer
40
- trace-resources
41
- cardano-node-capi
42
39
trace-dispatcher
43
40
trace-forward
44
- cardano-submit-api
41
+ trace-resources
45
42
46
43
steps :
47
44
- name : Download stylish-haskell
Original file line number Diff line number Diff line change @@ -41,6 +41,18 @@ steps:
41
41
42
42
space_surround : false
43
43
44
+ # Principle 10
45
+ group_imports : true
46
+
47
+ group_rules :
48
+ - match : ^Cardano.Api\>
49
+ - match : ^(Cardano|Ouroboros|PlutusCore|PlutusLedgerApi)\>
50
+ - match : ^Prelude\>
51
+ - match : ^(Control|Codec|Data|Formatting|GHC|Lens|Network|Numeric|Options|Prettyprinter|System|Text)\>
52
+ - match : ^(Test.Gen.Cardano.Api)\>
53
+ - match : ^(Test.Cardano|Test.Gen.Cardano|Testnet)\>
54
+ - match : ^(Hedgehog|HaskellWorks.Hspec|Test)\>
55
+
44
56
- language_pragmas :
45
57
style : vertical
46
58
You can’t perform that action at this time.
0 commit comments