digitalocean / clusterlint

A best practices checker for Kubernetes clusters. 🤠
Apache License 2.0
547 stars 45 forks source link

Import all checks from one package #6

Closed adamwg closed 5 years ago

adamwg commented 5 years ago

Introduce a "meta" check package, checks/all, that will import all the other packages that contain checks. Then main or other packages that want to use checks need only import checks/all and will get all the checks registered.

This doesn't feel like a perfect solution, but I think it's tidy enough to go with for the moment at least.

varshavaradarajan commented 5 years ago

lgtm