package
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Sep 13, 2019
License: MPL-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Package ruby provides analysers for Ruby projects.
A `BuildTarget` in Ruby is the directory of the Ruby project, generally
containing `Gemfile` and `Gemfile.lock`.
Discover constructs modules in all directories with a `Gemfile`.
Clean logs a warning and does nothing for Ruby.
type Options struct {
Strategy string `mapstructure:"strategy"`
LockfilePath string `mapstructure:"gemfile-lock-path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.