Skip to content

Commit 285069d

Browse files
authored
disable 140 character test
multi-line strings aren't consistently handled, don't force lint to fail
1 parent 21b3b78 commit 285069d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ end
1212
PuppetLint.configuration.fail_on_warnings
1313
PuppetLint.configuration.send('relative')
1414
PuppetLint.configuration.send('disable_80chars')
15+
PuppetLint.configuration.send('disable_140chars')
1516
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
1617
PuppetLint.configuration.send('disable_class_parameter_defaults')
1718
PuppetLint.configuration.send('disable_documentation')
@@ -36,4 +37,4 @@ task :test => [
3637
:syntax,
3738
:lint,
3839
:spec,
39-
]
40+
]

0 commit comments

Comments
 (0)