Should add a syntax checker on drone #22
Labels
No Label
Important
Moins important
Pas important
bug
done
duplicate
enhancement
help wanted
invalid
question
suppléments
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: undefined_name/School_Project#22
Loading…
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