Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
suppress lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Feb 11, 2014
1 parent c31de09 commit 05c9988
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ require 'puppet-syntax/tasks/puppet-syntax'
require 'puppet-lint/tasks/puppet-lint'

PuppetSyntax.exclude_paths = ['spec/fixtures/**/*']
#PuppetLint.configuration.send('disable_class_inherits_from_params_class')
#PuppetLint.configuration.send('disable_variable_scope')
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.ignore_paths = [
'pkg/**/*.pp',
'spec/**/*.pp',
Expand Down

0 comments on commit 05c9988

Please sign in to comment.