# File lib/puppet-lint/configuration.rb, line 49
    def checks
      self.public_methods.select { |method|
        method =~ /^.+_enabled\?$/
      }.map { |method|
        method[0..-10]
      }
    end