Should add a syntax checker on drone #22
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
They asked us to have a common syntax trough our code base.
This is kinda difficult as a human to follow so let's have a syntax checker (linter) there is one integrated to gradle called
CheckStyle
and is quite easy to activate.But first we should talk about what syntax style we would like to follow and create our syntax file.
Once this is done I will just add it to the build process