Giters
o0Ignition0o
/
cargo-scout
Geek Repo:
Geek Repo
Github PK Tool:
Github PK Tool
Stargazers:
66
Watchers:
4
Issues:
43
Forks:
9
o0Ignition0o/cargo-scout Issues
Automatically fix lints
Updated
a year ago
Add docs Errors section to functions returning Result
Updated
4 years ago
Comments count
2
Format changed code?
Updated
4 years ago
Comments count
9
Add some tests to error.rs
Closed
4 years ago
Comments count
2
Diff against HEAD by default instead of master
Closed
5 years ago
Comments count
2
Abstract the commands and their run to make cargo-scout more testable
Updated
5 years ago
Bikeshed Scout Options
Closed
5 years ago
Comments count
3
Bikeshed a better way to parse cli arguments
Updated
5 years ago
Linter: Use Into<PathBuf> instead of Pathbuf ?
Closed
5 years ago
impl std::error::Error for cargo scout Error
Closed
5 years ago
Comments count
5
Increase code coverage in clippy.rs
Updated
5 years ago
use std::path::Path
Closed
5 years ago
pass --features to clippy
Closed
5 years ago
Comments count
2
Spot convenient uses of #[non_exhaustive] in the workspace
Updated
5 years ago
Split scout into a lib and a bin ?
Closed
5 years ago
Add a test for multidiff with several extensions
Updated
5 years ago
Comments count
5
Run linter only on relevant workspace members
Closed
5 years ago
Try playing with a clippy lib
Updated
5 years ago
Suggestion: move tests to a separate location
Closed
5 years ago
Comments count
12
Bug: --no-default-features does not seem to pass through when there is a build.rs file
Updated
5 years ago
No warnings raised when the binary is run twice
Closed
5 years ago
Comments count
5
quick win: enable clippy-preview unstable features behind a flag ?
Closed
5 years ago
Comments count
2
tell cargo scout if it has to iterate over workspace directories
Closed
5 years ago
Comments count
1
Run clippy on workspace members when --no-default-features is passed
Closed
5 years ago
Run cargo-scout on unstaged added files
Closed
5 years ago
Comments count
2
Refactor git.rs sections
Closed
5 years ago
Comments count
1
git: Only add diffs to .rs files
Closed
5 years ago
Comments count
3
Consider using nom ?
Closed
5 years ago
Comments count
2
Use a log crate ?
Updated
5 years ago
parse cargo.toml to get a list of available features
Updated
5 years ago
Comments count
1
Investigate git diff parsing
Closed
5 years ago
Comments count
2
Parse git diff to display lints on new files
Closed
5 years ago
Comments count
4
warn / error flags to cargo scout ?
Closed
5 years ago
Comments count
8
Pass a cargo.toml file path to the cargo parser
Closed
5 years ago
Comments count
3
pass --all-features to clippy
Closed
5 years ago
Comments count
4
Parse workspace cargo.toml to have a list of members
Closed
5 years ago
Add a way for cargo-scout to know if it's being run in a workspace root or at a crate level
Closed
5 years ago
Remove .clone() when printing the build.stdout output
Closed
5 years ago
Comments count
5
json output
Updated
5 years ago
pass --no-default-features to clippy
Closed
5 years ago
consider using structopt
Closed
5 years ago
Investigate a way to stream stdout and strerr when running clippy ?
Updated
5 years ago
use a builder pattern for the git and the clippy parser
Closed
5 years ago