We need code management tools.
A necessary part of this task is integrating with gitlab CI, (I think this is done with a "gitlab CI YAML" file. This file should be part of our repo. It should exist in the top level directory.
This file should contain logic necessary to control tests that run whenever we open an MR.
To close the issue we should, run the following tests across the submitted code, whenever an MR is opened:
-
industry standard HTML5 verification (whatever the latest hotness is), all our HTML should be DRY, HTML5
-
industry standard JS Lint. Is this Crockford's tool?
This task is part of: #6 (closed) .
Closing this issue is necessary to close that issue.
Edited by zancas