woodpecker/pipeline/frontend/yaml/compiler
Lukas 680d003a29
Add linter revive (#554)
* Add linter revive

* Add underscore to variable name to prevent shadowing

* Remove unnecessary leading underscore

* Revert changes to vendor file

* export ConfigFetcher as interface

* no 'yoda conditions'

* rename envsubst

Co-authored-by: 6543 <6543@obermui.de>
2021-12-01 14:22:06 +01:00
..
cacher.go Embedding libcompose types for yaml parsing (#495) 2021-10-30 17:52:02 +02:00
compiler.go Add backend selection for agent (#463) 2021-11-26 03:34:48 +01:00
compiler_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
convert.go Add linter revive (#554) 2021-12-01 14:22:06 +01:00
convert_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
image.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
image_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00
option.go Fix passing of netrc credentials to clone step (#492) 2021-11-25 21:30:03 +01:00
option_test.go Fix passing of netrc credentials to clone step (#492) 2021-11-25 21:30:03 +01:00
params.go Cleanup Code (#348) 2021-09-24 16:29:26 +02:00
params_test.go Drop error only on purpose or else report back or log (#514) 2021-11-23 15:36:52 +01:00
script_posix.go Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00
script_posix_test.go Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00
script_win.go Replace DRONE_ with CI_ variables in pipeline steps (#427) 2021-11-25 20:43:31 +01:00
script_win_test.go Move cncd/pipeline/pipeline/ to pipeline/ (#347) 2021-09-24 13:18:34 +02:00