1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Task: Simplify development

The base directory has all shell scripts in scripts/
and all example/test files in examples/.
A Makefile provides all the commands with helpful information.
If a developer simply types `make` then vendor is properly updated,
the code is formatted, linted, tested, built, acceptance test run,
and installed.

Linting errors resolved.
Ignored test case (`TestParsePath`) updated to work as expected.
This commit is contained in:
kenjones
2017-09-20 19:40:33 -04:00
committed by Mike Farah
parent 1ed8e7017e
commit 86639acf70
33 changed files with 351 additions and 53 deletions

3
.gitignore vendored
View File

@@ -6,6 +6,7 @@
# Folders
_obj
_test
bin
build
.DS_Store
@@ -26,3 +27,5 @@ coverage.out
*.prof
yaml
vendor/*/
tmp/
cover/