Skip to content

Commit

Permalink
ci(offchain): disable lints for deferred warnings
Browse files Browse the repository at this point in the history
The following outstanding warnings were suppressed while we amend the code
to meet the linter requirements:

- https://rust-lang.github.io/rust-clippy/master/index.html#/new_ret_no_self
- https://rust-lang.github.io/rust-clippy/master/index.html#/module_inception
  • Loading branch information
marcelstanley authored and gligneul committed Jul 31, 2023
1 parent 32f27f3 commit 96a62d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
run: cargo fmt --all -- --check

- name: Run linter
run: cargo clippy
run: cargo clippy -- -A clippy::module_inception -A clippy::new_ret_no_self

0 comments on commit 96a62d3

Please sign in to comment.