diff options
author | Tim Meusel <tim@bastelfreak.de> | 2019-03-06 19:23:33 +0100 |
---|---|---|
committer | Tim Meusel <tim@bastelfreak.de> | 2019-03-06 19:23:33 +0100 |
commit | 408d3b985567f54fc9f7024cfdb0e4fd0a82d6e3 (patch) | |
tree | 59f8cc57a86974806f2e4f02bc43c07106f72ef7 /Rakefile | |
parent | 17b7fae31d17b2d5aaf57b17c5f66a093ca7a9bc (diff) | |
download | puppet-ferm-408d3b985567f54fc9f7024cfdb0e4fd0a82d6e3.tar.gz puppet-ferm-408d3b985567f54fc9f7024cfdb0e4fd0a82d6e3.tar.bz2 |
modulesync 2.5.1
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |