Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
(maint) Fix lint warnings
Browse files Browse the repository at this point in the history
Sets disable_arrow_on_right_operand_line
  • Loading branch information
alex-harvey-z3q committed Aug 23, 2017
1 parent e9c8fe1 commit 665ff30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require 'puppetlabs_spec_helper/rake_tasks'

Rake::Task[:lint].clear # workaround https://github.com/rodjek/puppet-lint/issues/331
PuppetLint.configuration.relative = true # https://github.com/rodjek/puppet-lint/pull/334
PuppetLint.configuration.send('disable_arrow_on_right_operand_line')
PuppetLint::RakeTask.new :lint do |config|
config.pattern = 'manifests/**/*.pp'
config.disable_checks = ["80chars", "class_inherits_from_params_class"]
Expand Down

0 comments on commit 665ff30

Please sign in to comment.