From 07ec93fc919a6fd882ac8db67c67b1662503b378 Mon Sep 17 00:00:00 2001 From: Jan Vansteenkiste Date: Thu, 27 Feb 2020 14:13:38 +0100 Subject: [PATCH] Stay with the old relative includes for now --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 93b6400..d49cd0b 100644 --- a/Rakefile +++ b/Rakefile @@ -2,6 +2,7 @@ require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-lint/tasks/puppet-lint' PuppetLint.configuration.send('disable_80chars') PuppetLint.configuration.send('disable_140chars') +PuppetLint.configuration.send('disable_relative_classname_inclusion') PuppetLint.configuration.relative = true PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp', 'vendor/**/*.pp']