Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Setup clippy lints #3

Open
randomPoison opened this issue Apr 20, 2020 · 0 comments
Open

Setup clippy lints #3

randomPoison opened this issue Apr 20, 2020 · 0 comments
Labels
build pipeline Improvements to CI and the build pipeline

Comments

@randomPoison
Copy link
Owner

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 randomPoison added enhancement build pipeline Improvements to CI and the build pipeline labels Apr 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build pipeline Improvements to CI and the build pipeline
Projects
None yet
Development

No branches or pull requests

1 participant