]> gitweb.fluxo.info Git - puppet-samba.git/commitdiff
don't lint for now due to puppet-lint issue #339
authorAdam Jahn <ajjahn@gmail.com>
Mon, 13 Apr 2015 03:05:10 +0000 (23:05 -0400)
committerAdam Jahn <ajjahn@gmail.com>
Mon, 13 Apr 2015 03:05:10 +0000 (23:05 -0400)
Rakefile

index a50d6a77d0989a646a8cdfabc2e6a969b7d1a719..69fed1b0cc4058dfea3893b42bfb28fbb802571c 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -36,6 +36,6 @@ end
 desc "Run syntax, lint, and spec tests."
 task :test => [
   :syntax,
-  :lint,
+  :lint,
   :spec,
 ]