mahjong icon indicating copy to clipboard operation
mahjong copied to clipboard

Setup clippy lints

Open randomPoison opened this issue 4 years ago • 0 comments

We should make use of Clippy for static analysis in the project. This will likely take some minor setup:

  • Clear out any existing warnings/errors it highlights.
  • Configure warning levels based on our needs. For example, we likely want to disable complexity warnings.
  • Setup Clippy to run as part of continuous integration. We'll likely want it to run as the last step that way we catch more important errors first.

randomPoison avatar Apr 20 '20 03:04 randomPoison