mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 01:08:53 +00:00
feat: add autodiscover enabled feature (#3895)
* add flag to allow the user disable the autodiscover * add global config and doc * feat: Implement autodiscover.mode * fix: Minor doc fixes * fix: Small fixes to docs/indent/tests * fix: Line length, quoting, function comments * fix: Add a few more tests and remove newlines * fix: Always camel case never snake --------- Co-authored-by: Marcelo Medeiros <m.medeiros@carepay.com> Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com> Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
This commit is contained in:
@@ -597,6 +597,7 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
|
||||
userConfig.RestrictFileList,
|
||||
userConfig.SilenceNoProjects,
|
||||
userConfig.IncludeGitUntrackedFiles,
|
||||
userConfig.AutoDiscoverModeFlag,
|
||||
statsScope,
|
||||
logger,
|
||||
terraformClient,
|
||||
|
||||
Reference in New Issue
Block a user