You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Mingshen Sun <no...@github.com> on 2020/05/21 03:37:35 UTC

Re: [apache/incubator-teaclave] Introduce `make lint` which combines `make format` and `make clippy` (#157)

This is not needed actually. We have three commands for various purposes:
  - `make check`: just check format
  - `make format`: format rust in place
  - `make CLP=1`: use clippy for more linting

So, I'm closing this issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/157#issuecomment-631859597