class RuboCop::Cop::Chef::Modernize::DependsOnKernelModuleCookbook

Don’t depend on the kernel_module cookbook made obsolete by Chef Infra Client 14.3. The kernel_module resource is now included in Chef Infra Client itself.

@example

### incorrect
depends 'kernel_module'