SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Run gofmt with make test #141

Closed dacappo closed 5 years ago

dacappo commented 5 years ago

Description

Running make test now also checks for correct code formatting with gofmt. Unit-tests without format checks can be run with make test-only and format checks can be run standalone with make fmt.

Files in pkg, cli, and tests that were not conform with gofmt are formatted with this change.

Checklist

Before submitting this PR, please make sure: