Skip to content
Snippets Groups Projects
Commit 6ee9bedf authored by Abubakr-Sadik Nii Nai Davis's avatar Abubakr-Sadik Nii Nai Davis
Browse files

Print verification warnings at only one point.

parent 2119d119
No related branches found
No related tags found
No related merge requests found
...@@ -56,11 +56,6 @@ func runChecks(t check.NodeType) { ...@@ -56,11 +56,6 @@ func runChecks(t check.NodeType) {
var file string var file string
warns := verifyNodeType(t) warns := verifyNodeType(t)
if len(warns) > 0 {
for _, w := range warns {
colorPrint(check.WARN, w)
}
}
switch t { switch t {
case check.MASTER: case check.MASTER:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment