From: Adam Jahn Date: Mon, 13 Apr 2015 03:05:10 +0000 (-0400) Subject: don't lint for now due to puppet-lint issue #339 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=155d95012e69d0c595dc5545aff72acddb05c39e;p=puppet-samba.git don't lint for now due to puppet-lint issue #339 --- 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, ]