Closed santiweight closed 3 years ago
Some that I have been using:
cabal-docspec --check-properties cabal v2-test --enable-coverage
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.
I just used:
hlint . ormolu --mode check $(git ls-files '*.hs') cabal haddock --enable-documentation
hlint .
ormolu --mode check $(git ls-files '*.hs')
cabal haddock --enable-documentation
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.