The --recurse option is not supported for maven, ruby, php, rust, or golang
See original GitHub issueThe --recurse
option sets options.multiProject
, which is used in several places throughout the code in calls to utils.getAllFiles
. However, only the following file types use the recursive search:
build.gradle
build.sbt*
*.csproj
yarn.lock
package-lock.json
pnpm-lock.yaml
requirements.txt
As a result, creating a single nested directory will cause cdxgen to fail for maven, ruby, php, rust, and golang.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Golang is so fun to write - Reddit
I thought channels in Go would fix this, but in most situations channels come with their own issues, or don't support the model,...
Read more >Configuration Options - Renovate Docs
Configuration Options¶. This document describes all the configuration options you may use in a Renovate configuration file. Any config you define applies to ......
Read more >Common Build Problems - Travis CI Docs
Segmentation faults from the language interpreter (Ruby, Python, PHP, Node.js, etc.) #. If your build is failing due to unexpected segmentation faults in ......
Read more >License compliance - GitLab Documentation
The following languages and package managers are supported. Gradle 1.x projects are not supported. The minimum supported version of Maven is 3.2.5. Language ......
Read more >Package List — Spack 0.20.0.dev0 documentation
Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @amlweems
Will you be able to test the branch
feature/recurse
?You can do the following:
I will be happy to add any missing things based on your observation.
Cool. Thank you @amlweems. Use version 2.2.0 which includes this.