Re: [PATCH v2 4/6] tests: Add linter check for pipe placement style

2018-09-19 Thread Matthew DeVore
On Mon, Sep 17, 2018 at 5:34 PM Eric Sunshine wrote: > > On Mon, Sep 17, 2018 at 6:25 PM Matthew DeVore wrote: > > tests: Add linter check for pipe placement style > > Until now, the various "lint" checks have been for genuine portability > problems (except perhaps 'test-lint-duplicates'). This

Re: [PATCH v2 4/6] tests: Add linter check for pipe placement style

2018-09-17 Thread Eric Sunshine
On Mon, Sep 17, 2018 at 6:25 PM Matthew DeVore wrote: > tests: Add linter check for pipe placement style Until now, the various "lint" checks have been for genuine portability problems (except perhaps 'test-lint-duplicates'). This new lint check makes style violations worthy of failing "make

[PATCH v2 4/6] tests: add linter check for pipe placement style

2018-09-17 Thread Matthew DeVore
--- t/Makefile | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index c83fd1886..4eceabbd5 100644 --- a/t/Makefile +++ b/t/Makefile @@ -78,7 +78,7 @@ check-chainlint: done && exit $$err test-lint: test-lint-duplicates

[PATCH v2 4/6] tests: Add linter check for pipe placement style

2018-09-17 Thread Matthew DeVore
--- t/Makefile | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/t/Makefile b/t/Makefile index c83fd1886..4eceabbd5 100644 --- a/t/Makefile +++ b/t/Makefile @@ -78,7 +78,7 @@ check-chainlint: done && exit $$err test-lint: test-lint-duplicates