tweag/cooked-validators

Formatting descrepancy between flake check and development shell

gabrielhdt opened this issue · 0 comments

Symptoms
Formatters of the development shell and the flake check command don't agree between them.

Recipe

$ nix develop
$ nix flake check # Everything is OK here
$ ormolu -i tests/Cooked/ReferenceScriptsSpec.hs
$ nix flake check # The return code is 1 (plus it spits out error messages)

Expected behavior
The return code of the second nix flake check ought to be 0.

Environment
Version of the code: main branch (as of 2023-03-14, i.e. ead229b)

Additional context
None