lib/license_finder/scanner.rb in license_finder-6.6.2 vs lib/license_finder/scanner.rb in license_finder-6.7.0

- old
+ new

@@ -2,10 +2,10 @@ module LicenseFinder class Scanner PACKAGE_MANAGERS = [ GoModules, GoDep, GoWorkspace, Go15VendorExperiment, Glide, Gvt, Govendor, Trash, Dep, Bundler, NPM, Pip, - Yarn, Bower, Maven, Gradle, CocoaPods, Rebar, Nuget, Carthage, Mix, Conan, Sbt, Cargo, Dotnet, Composer, Pipenv + Yarn, Bower, Maven, Gradle, CocoaPods, Rebar, Erlangmk, Nuget, Carthage, Mix, Conan, Sbt, Cargo, Dotnet, Composer, Pipenv ].freeze class << self def remove_subprojects(paths) paths.reject { |path| subproject?(Pathname(path)) }