input-output-hk / partner-chains-smart-contracts

Command Line Tool and Cardano Plutus Contracts for interacting with Partner Chains.
Apache License 2.0
10 stars 2 forks source link

enforce pre-commit-hook for onchain modules #81

Closed kayvank closed 3 months ago

kayvank commented 3 months ago

Technical debt

The pupose of this PR to pay our Technical debt for offchain code by activating the iogx pre-commit-hook.

background

We have deactivated the pre-commit-hook to minimize the Pull Request, PR, review process. Now that we have a minimal number of onchain PRs, we would like to activate this hook and format the code.

Commits:

1- nix change to enforce the pre-commit-hook 2- nix related reformatting 3- cabal related reformatting 4- haskell modules reformatting