Skip to content

Linting

Andrew Newdigate requested to merge feature/lint-cleanup into master

Linters are good to us for many reasons

  1. They save time in code-reviews so that we don't need discussions about trivial issues
  2. They give junior team members more confidence that they are doing the right thing
  3. If code-reviews are not focused on trivial matters, there's more chance of the reviewing focusing on the important matters, like complexity, BigO problems or security flaws in the implementation

For these reasons and many more, I would like us to get into the habit of linting the codebase. This is easier to do early on, rather than after the codebase has grown.

Merge request reports