Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open
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
Prev Previous commit
Next Next commit
resolved conflicts
  • Loading branch information
kendrickcurtis committed Jul 8, 2025
commit a437a41a3870a2b4240adb55c60982c1a1a46ae6
16 changes: 0 additions & 16 deletions 16 cmd/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,22 +440,6 @@ func validatePaths(paths []string) error {
return nil
}

func validateCloudMode(cliLocalMode bool) error {
if cliLocalMode {
fmt.Println("Warning: cannot run in cloud mode")
}
return nil
}

func runPyreflyAnalysis(workDirectory string, pathsToCheck []string, outputFile string, outputFormat string) error {
pyrefly := config.Config.Tools()["pyrefly"]
if pyrefly == nil {
log.Fatal("Pyrefly tool configuration not found")
}
pyreflyBinary := pyrefly.Binaries["pyrefly"]
return tools.RunPyrefly(workDirectory, pyreflyBinary, pathsToCheck, outputFile, outputFormat)
}

var analyzeCmd = &cobra.Command{
Use: "analyze",
Short: "Analyze code using configured tools",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.