IntersectMBO / bech32

Haskell implementation of the Bech32 address format (BIP 0173).
Apache License 2.0
44 stars 13 forks source link

Add `hlint` configuration file and bring code into compliance. #5

Closed jonathanknowles closed 4 years ago

jonathanknowles commented 4 years ago

This PR does two things:

  1. Adds a basic hlint configuration file, with an exception for the "Reduce duplication" rule.
  2. Brings code into compliance with hlint, so that the result of running hlint over the code base will not produce any suggestions.

A future PR will add hlint to CI.