From 0d6b04c21a8308701416c15c1594d6253d848753 Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Tue, 13 Oct 2015 13:15:15 +0200 Subject: Add Puppet 4.x lint checks - This change adds Puppet-lint bits for checking Puppet manifests. Change-Id: I82869d8f9f6c64ac2a95429f453c3cb76c046974 Signed-off-by: Gael Chamoulaud --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Rakefile (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile new file mode 100644 index 00000000..3d62bb63 --- /dev/null +++ b/Rakefile @@ -0,0 +1,5 @@ +require 'puppetlabs_spec_helper/rake_tasks' +require 'puppet-lint/tasks/puppet-lint' + +PuppetLint.configuration.fail_on_warnings = true +PuppetLint.configuration.send('disable_80chars') -- cgit 1.2.3-korg