santiweight / poker-base

BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Include some workflow commands in Contributing.md #38

Closed santiweight closed 3 years ago

santiweight commented 3 years ago

Some that I have been using:

cabal-docspec --check-properties cabal v2-test --enable-coverage

Nothing too crazy. Might be good to add a "contributor's check" script?

This is very low priority.

tonyday567 commented 3 years ago

I just used:

hlint . ormolu --mode check $(git ls-files '*.hs') cabal haddock --enable-documentation

santiweight commented 3 years ago

52