diff options
author | Adam Jahn <ajjahn@gmail.com> | 2015-04-12 23:05:10 -0400 |
---|---|---|
committer | Adam Jahn <ajjahn@gmail.com> | 2015-04-12 23:05:10 -0400 |
commit | 155d95012e69d0c595dc5545aff72acddb05c39e (patch) | |
tree | 88d5072152622e098a4e368fab7225cf294542ef | |
parent | 835fa7a6e7ff21baee7decf04875b6927e7c2bde (diff) | |
download | puppet-samba-155d95012e69d0c595dc5545aff72acddb05c39e.tar.gz puppet-samba-155d95012e69d0c595dc5545aff72acddb05c39e.tar.bz2 |
don't lint for now due to puppet-lint issue #339
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,6 +36,6 @@ end desc "Run syntax, lint, and spec tests." task :test => [ :syntax, - :lint, +# :lint, :spec, ] |