mlabs-haskell / cardano-open-oracle-protocol

COOP - Cardano open oracle protocol
Apache License 2.0
22 stars 3 forks source link

Markdownlint configuration #18

Closed bladyjoker closed 2 years ago

bladyjoker commented 2 years ago

@GeorgeFlerovsky I'd be surprised if markdownlint doesn't come with its configuration file or options. Let's find how to lift the 80chars limit which is terrible I agree.

GeorgeFlerovsky commented 2 years ago

OK, cool! 🤠

GeorgeFlerovsky commented 2 years ago

Which markdownlint are you using?

Also, btw, how do you trigger pre-commit-hook.nix on local machine?

bladyjoker commented 2 years ago

Which markdownlint are you using?

Good question, I just enabled markdownlint.enable = true; and didn't bother too look much further into what it is exactly.

Also, btw, how do you trigger pre-commit-hook.nix on local machine?

pre-commit run --all

bladyjoker commented 2 years ago

Done by #19 , checkout .markdownlint.yaml