Skip to content

Commit

Permalink
rubocop: disable Style/ClassAndModuleChildren
Browse files Browse the repository at this point in the history
this doesn't make any sence here. We're creating a new subclass and
don't want to redeclare puppet.
  • Loading branch information
bastelfreak committed May 12, 2016
1 parent 9405321 commit 22329a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/puppet/provider/zabbix.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# zabbix provider type for puppet
# rubocop:disable Style/ClassAndModuleChildren
class Puppet::Provider::Zabbix < Puppet::Provider
# Require the zabbixapi gem
def self.require_zabbix
Expand Down

0 comments on commit 22329a0

Please sign in to comment.