aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2019-03-06 19:23:33 +0100
committerTim Meusel <tim@bastelfreak.de>2019-03-06 19:23:33 +0100
commit408d3b985567f54fc9f7024cfdb0e4fd0a82d6e3 (patch)
tree59f8cc57a86974806f2e4f02bc43c07106f72ef7 /Rakefile
parent17b7fae31d17b2d5aaf57b17c5f66a093ca7a9bc (diff)
downloadpuppet-ferm-408d3b985567f54fc9f7024cfdb0e4fd0a82d6e3.tar.gz
puppet-ferm-408d3b985567f54fc9f7024cfdb0e4fd0a82d6e3.tar.bz2
modulesync 2.5.1
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 13ef17c..a6cf0ac 100644
--- a/Rakefile
+++ b/Rakefile
@@ -11,6 +11,7 @@ end
PuppetLint.configuration.log_format = '%{path}:%{line}:%{check}:%{KIND}:%{message}'
PuppetLint.configuration.fail_on_warnings = true
+PuppetLint.configuration.absolute_classname_reverse = true
PuppetLint.configuration.send('relative')
PuppetLint.configuration.send('disable_140chars')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')