aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jahn <ajjahn@gmail.com>2015-04-12 23:05:10 -0400
committerAdam Jahn <ajjahn@gmail.com>2015-04-12 23:05:10 -0400
commit155d95012e69d0c595dc5545aff72acddb05c39e (patch)
tree88d5072152622e098a4e368fab7225cf294542ef /Rakefile
parent835fa7a6e7ff21baee7decf04875b6927e7c2bde (diff)
downloadpuppet-samba-155d95012e69d0c595dc5545aff72acddb05c39e.tar.gz
puppet-samba-155d95012e69d0c595dc5545aff72acddb05c39e.tar.bz2
don't lint for now due to puppet-lint issue #339
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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,
]