mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-02 21:01:01 +01:00
c0d945c0ac
Turns out GitHub is clever enough to pick up clippy warnings from us just running it, and showing them in PRs under a "Unchanged files with check annotations (beta)" header. The only warnings currently shown are style warnings, and we agreed we don't want to risk putting off contributors over style issues. So explicitly allow (don't warn in the logs for) this category of clippy lints. This means that the only clippy categories left that prints warnings (Warn) are: clippy::complexity clippy::perf And the only category of lints that fails the CI build (Deny) remains to be: clippy::correctness See https://rust-lang.github.io/rust-clippy/master/index.html for a catalog of all lints. |
||
---|---|---|
.. | ||
CICD.yml |