Skip to content

Commit

Permalink
Remove SPM and Kotlin build script detectors (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
tothszabi authored Jul 14, 2023
1 parent ff55737 commit dcb2c6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scanner/tool_detector.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ type DetectionResult struct {
var UnknownToolDetectors = []UnknownToolDetector{
toolDetector{toolName: "Tuist", primaryFile: "Project.swift"},
toolDetector{toolName: "Xcodegen", primaryFile: "project.yml"},
toolDetector{toolName: "Swift Package Manager", primaryFile: "Package.swift"},
toolDetector{toolName: "Bazel", primaryFile: "WORKSPACE", optionalFiles: []string{"WORKSPACE.bazel", "BUILD", "BUILD.bazel", ".bazelrc", ".bazelversion", ".bazelignore"}},
toolDetector{toolName: "Buck", primaryFile: "BUCK", optionalFiles: []string{".buckversion", ".buckconfig", ".buckjavaargs"}},
kotlinMultiplatformDetector{},
toolDetector{toolName: "Gradle Kotlin build script", primaryFile: "build.gradle.kts", optionalFiles: []string{"settings.gradle.kts"}},
}

var excludedDirs = []string{
Expand Down

0 comments on commit dcb2c6b

Please sign in to comment.