3
0
corteza/.realize.yaml
2018-09-04 15:53:26 +02:00

86 lines
1.1 KiB
YAML
Executable File

settings:
files:
outputs:
status: false
path: ""
name: .r.outputs.log
logs:
status: false
path: ""
name: .r.logs.log
errors:
status: false
path: ""
name: .r.errors.log
legacy:
force: false
interval: 0s
server:
status: false
schema:
- name: auth
path: cmd/auth
commands:
vet:
status: false
test:
status: false
run:
status: true
args:
- api
watcher:
paths:
- .
- ../../auth
extensions:
- go
ignored_paths:
- .git
- .realize
- vendor
- name: sam
path: cmd/sam
commands:
vet:
status: false
test:
status: false
run:
status: true
args:
- api
watcher:
paths:
- .
- ../../sam
- ../../auth
extensions:
- go
ignored_paths:
- .git
- .realize
- vendor
- name: crm
path: cmd/crm
commands:
vet:
status: false
test:
status: false
run:
status: true
args:
- api
watcher:
paths:
- .
- ../../crm
- ../../auth
extensions:
- go
ignored_paths:
- .git
- .realize
- vendor