From 155d95012e69d0c595dc5545aff72acddb05c39e Mon Sep 17 00:00:00 2001 From: Adam Jahn Date: Sun, 12 Apr 2015 23:05:10 -0400 Subject: don't lint for now due to puppet-lint issue #339 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index a50d6a7..69fed1b 100644 --- a/Rakefile +++ b/Rakefile @@ -36,6 +36,6 @@ end desc "Run syntax, lint, and spec tests." task :test => [ :syntax, - :lint, +# :lint, :spec, ] -- cgit v1.2.3