Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reformat #135

Merged
merged 4 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cmd/fix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub enum Error {

#[cfg(target_family = "windows")]
fn cli_command() -> &'static str {
"PATH ; fossa.exe analyze -o"
r#"Env:Path = "" fossa.exe analyze -o"#
}

#[cfg(target_family = "unix")]
Expand Down
1 change: 0 additions & 1 deletion src/cmd/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ struct ScanGitVCSReference {
}

impl ScanGitVCSReference {
/// Instantiate ScanGitVCSReference instance
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I initially had this comment because I made this a public function because I needed it to grab the jobID and clippy/ rustfmt wanted me to provide a comment. I'm not using it anymore so I opted to just delete the comment and have it restored back to what ti was originally

fn new(integration: &Integration, reference: &Reference) -> Self {
Self {
scan_id: Uuid::new_v4().to_string(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git clone -b master https://github.com/fossas/empty.git

Once the download is complete, you can debug the issue by running the following command in directory of your downloaded integration:

PATH ; fossa.exe analyze -o
Env:Path = "" fossa.exe analyze -o

Errors found while checking connection to FOSSA

Expand Down