This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 2.7k
add clippy to CI #9694
Merged
Merged
add clippy to CI #9694
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7c4b1fd
no more clippy slippage
gilescope ea7eb38
For testing include clippy explicitly
gilescope e3ad291
Commenting out new lint
gilescope 9289226
Add instructions
gilescope 3de2469
Remove need for cargo-lints
gilescope a34944b
Clippy component already installed
gilescope 3f6ce99
nightly clippy
gilescope d22159e
Focus on correctness lints
gilescope 2a42bf6
These seem well defined.
gilescope ce2090f
use 'standard' way to state which lints we opt into.
gilescope 421546b
Avoid the override
gilescope e820930
grr gitlab
gilescope ac0daf9
almost
gilescope 720d02b
take 2
gilescope 6372041
File was in the .gitignore list
gilescope 49f1e8f
Update client/executor/src/wasm_runtime.rs
gilescope ac1bbcd
unset
gilescope 0a38ebd
Merge branch 'master' into giles-enum-size
gilescope de16dcb
Include bool in hash
gilescope 8cff766
Correctness is mandatory.
gilescope 4e1f626
Merge branch 'master' into giles-enum-size
TriplEight ea64032
Explicit Ord impl
gilescope 9f44097
Merge branch 'master' into giles-enum-size
gilescope 633f914
Update .gitlab-ci.yml
gilescope File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # | ||
| # An auto defined `clippy` feature was introduced, | ||
| # but it was found to clash with user defined features, | ||
| # so was renamed to `cargo-clippy`. | ||
| # | ||
| # If you want standard clippy run: | ||
| # RUSTFLAGS= cargo clippy | ||
| [target.'cfg(feature = "cargo-clippy")'] | ||
| rustflags = [ | ||
| "-Aclippy::all", | ||
| "-Dclippy::correctness", | ||
| "-Aclippy::if-same-then-else", | ||
| "-Aclippy::clone-double-ref" | ||
| ] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,6 @@ rls*.log | |
| .local | ||
| **/hfuzz_target/ | ||
| **/hfuzz_workspace/ | ||
| .cargo/ | ||
| .cargo-remote.toml | ||
| *.bin | ||
| *.iml | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.