Class PuppetLint::RakeTask
In: lib/puppet-lint/tasks/puppet-lint.rb
Parent: ::Rake::TaskLib

Public: A Rake task that can be loaded and used with everything you need.

Examples

  require 'puppet-lint'
  PuppetLint::RakeTask.new

Methods

define   new  

Included Modules

::Rake::DSL

Constants

DEFAULT_PATTERN = '**/*.pp'

Attributes

disable_checks  [RW] 
error_level  [RW] 
fail_on_warnings  [RW] 
fix  [RW] 
ignore_paths  [RW] 
log_format  [RW] 
name  [RW] 
pattern  [RW] 
show_ignored  [RW] 
with_context  [RW] 
with_filename  [RW] 

Public Class methods

Public: Initialise a new PuppetLint::RakeTask.

args - Not used.

Example

  PuppetLint::RakeTask.new

Public Instance methods

[Validate]