mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 02:08:22 +00:00
* Moving config files to core/config * fix package names * fix package dependencies * linting fixes * more linting fixes * ran golangci-lint run --fix
6 lines
157 B
Go
6 lines
157 B
Go
// Package valid contains definitions of valid yaml configuration after its
|
|
// been parsed and validated.
|
|
package valid
|
|
|
|
const DefaultAutoPlanEnabled = true
|