Revert "*/*: ExcessiveLineLength fix most of them"

This reverts commit 79341e9f04.
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-07-25 11:16:30 +02:00
parent a9a17a263e
commit 8b33f89cda
48 changed files with 141 additions and 288 deletions

View File

@@ -72,14 +72,7 @@ src_compile() {
src_test() {
# mimcking make test
ego run github.com/onsi/ginkgo/v2/ginkgo \
--label-filter="!e2e" \
--coverprofile=coverage.txt \
--covermode=atomic \
--cover \
-r \
-p
ego run github.com/onsi/ginkgo/v2/ginkgo --label-filter="!e2e" --coverprofile=coverage.txt --covermode=atomic --cover -r -p
ego tool cover -html coverage.txt -o coverage.html
}