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
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
Prev Previous commit
Next Next commit
removed solid grader - will file separate PR
  • Loading branch information
kendrickcurtis committed Jul 2, 2025
commit ea3f7316be8fef27a01dfb07e131f0de17a3b57c
18 changes: 0 additions & 18 deletions 18 cmd/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,22 +412,6 @@ func runEnigmaAnalysis(workDirectory string, pathsToCheck []string, outputFile s
return tools.RunEnigma(workDirectory, enigma.InstallDir, enigma.Binaries["codacy-enigma-cli"], pathsToCheck, outputFile, outputFormat)
}

func runSolidGraderAnalysis(workDirectory string, pathsToCheck []string, outputFile string, outputFormat string) error {
solidGrader := config.Config.Tools()["solid_grader"]
if solidGrader == nil {
log.Fatal("solid_grader tool configuration not found")
}
solidGraderBinary := solidGrader.Binaries["solid_grader"]
return tools.RunSolidGrader(
workDirectory,
solidGrader.InstallDir,
solidGraderBinary,
pathsToCheck,
outputFile,
outputFormat,
)
}

func runPyreflyAnalysis(workDirectory string, pathsToCheck []string, outputFile string, outputFormat string) error {
pyrefly := config.Config.Tools()["pyrefly"]
if pyrefly == nil {
Expand Down Expand Up @@ -547,8 +531,6 @@ func runTool(workDirectory string, toolName string, args []string, outputFile st
return runLizardAnalysis(workDirectory, args, outputFile, outputFormat)
case "codacy-enigma-cli":
return runEnigmaAnalysis(workDirectory, args, outputFile, outputFormat)
case "solid_grader":
return runSolidGraderAnalysis(workDirectory, args, outputFile, outputFormat)
case "pyrefly":
return runPyreflyAnalysis(workDirectory, args, outputFile, outputFormat)
default:
Expand Down
2 changes: 0 additions & 2 deletions 2 domain/tool.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const (
DartAnalyzer string = "d203d615-6cf1-41f9-be5f-e2f660f7850f"
Semgrep string = "6792c561-236d-41b7-ba5e-9d6bee0d548b"
Lizard string = "76348462-84b3-409a-90d3-955e90abfb87"
SolidGrader string = "716FCE5C-F5E8-4B9D-A7D2-86CDFAE79D45"
)

type ToolInfo struct {
Expand All @@ -46,5 +45,4 @@ var SupportedToolsMetadata = map[string]ToolInfo{
DartAnalyzer: {Name: "dartanalyzer", Priority: 0},
Lizard: {Name: "lizard", Priority: 0},
Semgrep: {Name: "semgrep", Priority: 0},
SolidGrader: {Name: "solid_grader", Priority: 0},
}
13 changes: 0 additions & 13 deletions 13 plugins/tools/solid_grader/plugin.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions 47 tools/solidGraderRunner.go

This file was deleted.

Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.