Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 36ff975

Browse files
committed
disable -> rulesets from PuppetLint
1 parent 8205984 commit 36ff975

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require 'puppet_blacksmith/rake_tasks'
66
PuppetLint.configuration.log_format = "%{path}:%{line}:%{check}:%{KIND}:%{message}"
77
PuppetLint.configuration.fail_on_warnings = false
88
PuppetLint.configuration.send("disable_80chars")
9+
PuppetLint.configuration.send("disable_arrow_on_right_operand_line")
910

1011
exclude_paths = [
1112
"pkg/**/*",

0 commit comments

Comments
 (0)