Skip to content

Check clippy in CI

eta requested to merge eta/ci-clippy into main
  • Run clippy in GitLab CI, in order to help us keep our code quality high.
  • However, since having it break the entire build is annoying, allow failures in the clippy stage. (We can always just fix it in a later commit, after all.)

Merge request reports