ARK-Builders/ARK-Navigator

Automate code formatting upon every git commit

Closed this issue · 1 comments

We should use this: https://github.com/pinterest/ktlint

  1. Git Hooks must be used to run ktlint upon every commit (https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)
  2. CI (Github Actions) must fail if code isn't formatted.
  3. We should decide together about coding style and encode it in ktlint config.

Finalized in 9ed4542