Skip to content

Commit

Permalink
[ci] Remove 'no println' check
Browse files Browse the repository at this point in the history
This was a nice idea but has caused several headaches, and the problem
it solves is ultimately a fairly minor one.
  • Loading branch information
cmyr committed Oct 25, 2023
1 parent dcd0839 commit 7f787f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 91 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: cargo doc
run: cargo doc --all-features --document-private-items --no-deps

- name: check no println! or eprintln! statements
run: resources/scripts/check_no_println.sh

clippy-lint:
name: Clippy lints
runs-on: ubuntu-latest
Expand Down
88 changes: 0 additions & 88 deletions resources/scripts/check_no_println.sh

This file was deleted.

0 comments on commit 7f787f5

Please sign in to comment.