tweag / cooked-validators

MIT License
39 stars 11 forks source link

Formatting descrepancy between flake check and development shell #335

Closed gabrielhdt closed 1 year ago

gabrielhdt commented 1 year ago

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. ead229ba8)

Additional context None