arcus-azure/arcus

Implement linters to enforce code-styles

Closed this issue · 1 comments

It would be a good idea if we, as part of our build and validation process, have an automated way to verify if code complies to some coding guidelines and conventions.

I'm thinking about checking unnecessary whitespace, order of constructors / properties, etc...

We already have something like that with Codefactor https://github.com/organizations/arcus-azure/settings/installations/9512724 . It will check whitespace and other stuff. The order of things, that is probably not checked.