You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -309,11 +307,11 @@ GHC, Cabal, Stack, and HLS. You can read more about its rationale
309
307
### Development Tools Setup (optional)
310
308
311
309
If you are helping develop sslc, you may find it helpful to have [HLint][hlint]
312
-
and [Brittany][brittany] available. You can install these with Stack:
310
+
and [Fourmolu][fourmolu] available. You can install these with Stack:
313
311
314
312
```shell
315
313
stack install hlint
316
-
stack install brittany
314
+
stack install fourmolu
317
315
```
318
316
319
317
### Git Alias Setup (optional)
@@ -501,7 +499,7 @@ stack test sslang:scanner-test --ta '--match "/Tests.ScanComments/ignores single
501
499
502
500
### Linting and Formatting
503
501
504
-
To keep code on the main branch clean and consistent, you should always make sure to lint (with [Hlint][hlint]) and format (with [Brittany][brittany]) your code before merging any PR. You may invoke Hlint and Brittany manually, but the following [convenience aliases][convenience-aliases] are provided to coordinate with your development workflow.
502
+
To keep code on the main branch clean and consistent, you should always make sure to lint (with [Hlint][hlint]) and format (with [Fourmolu][fourmolu]) your code before merging any PR. You may invoke Hlint and Fourmolu manually, but the following [convenience aliases][convenience-aliases] are provided to coordinate with your development workflow.
0 commit comments