# Copyright (c) 2019 SUSE LLC
#
# SPDX-License-Identifier: Apache-2.0

.PHONY: lint
lint:
	golangci-lint run --enable-all ./...

