Commit Graph

3 Commits

Author SHA1 Message Date
Nalin Dahyabhai 302a798ad8 egrep is obsolescent; use grep -E
In tests/validate/pr-should-include-tests and
tests/validate/whitespace.sh, use grep -E instead of egrep, because
egrep keeps telling us to switch.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2024-02-07 11:49:17 -05:00
Valentin Rothberg 02ae076579 tests/tools: go module for test binaries
Create a dedicated go module in tests/tools to avoid mixing build
dependencies with test dependencies.  This will help facilitate
downstream packaging a bit more.

Also use golangci-lint instead of the old metalinter.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>

Closes: #1621
Approved by: rhatdan
2019-06-25 09:55:38 +00:00
Nalin Dahyabhai 7681e8dd5b Get rid of dangling whitespace in markdown files
Get rid of dangling whitespace in markdown files, and add a quick
validation check to error out if we try to add any new ones.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2018-09-18 17:10:13 -04:00