T-Systems-MMS/phonebook

Use automated code quality / code review app

Opened this issue · 5 comments

Is your feature request related to a problem? Please describe.
With increasing number of members we can get the problem, that some formatting-stuff and other things aren't right. Because our standards are not well documented or people don't seriously read the documentation we can run into problems where we need to say the same things many times: "No, you need to make it like this", "you need to use prettier" or other things.

Describe the solution you'd like
I suggest to use a github-app which automatically checks for some known and often done issues.

There are many apps for this:
https://github.com/marketplace?category=code-quality&type=apps
https://github.com/marketplace?category=code-review&type=apps

This looks like a small and good solution but i also don't know how effective it will be:
https://github.com/marketplace/hound/plan/MDIyOk1hcmtldHBsYWNlTGlzdGluZ1BsYW4xMDYx#pricing-and-setup

Let me know what you think about. I think that this will help us being more effective.

Unfortunately, Hound does not offer linting for typescript and HTML.

@jandd can you add restyled to this repo? I tried it out and it works :)

jandd commented

@DanielHabenicht I setup restyled for this repository

Thanks!